@transferwise/components 0.0.0-experimental-75b7b1e → 0.0.0-experimental-a313d07
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/de.json +0 -2
- package/build/i18n/de.json.js +0 -2
- package/build/i18n/de.json.js.map +1 -1
- package/build/i18n/de.json.mjs +0 -2
- package/build/i18n/de.json.mjs.map +1 -1
- package/build/i18n/es.json +0 -2
- package/build/i18n/es.json.js +0 -2
- package/build/i18n/es.json.js.map +1 -1
- package/build/i18n/es.json.mjs +0 -2
- package/build/i18n/es.json.mjs.map +1 -1
- package/build/i18n/fr.json +0 -2
- package/build/i18n/fr.json.js +0 -2
- package/build/i18n/fr.json.js.map +1 -1
- package/build/i18n/fr.json.mjs +0 -2
- package/build/i18n/fr.json.mjs.map +1 -1
- package/build/i18n/hu.json +0 -2
- package/build/i18n/hu.json.js +0 -2
- package/build/i18n/hu.json.js.map +1 -1
- package/build/i18n/hu.json.mjs +0 -2
- package/build/i18n/hu.json.mjs.map +1 -1
- package/build/i18n/id.json +0 -2
- package/build/i18n/id.json.js +0 -2
- package/build/i18n/id.json.js.map +1 -1
- package/build/i18n/id.json.mjs +0 -2
- package/build/i18n/id.json.mjs.map +1 -1
- package/build/i18n/it.json +0 -2
- package/build/i18n/it.json.js +0 -2
- package/build/i18n/it.json.js.map +1 -1
- package/build/i18n/it.json.mjs +0 -2
- package/build/i18n/it.json.mjs.map +1 -1
- package/build/i18n/ja.json +0 -2
- package/build/i18n/ja.json.js +0 -2
- package/build/i18n/ja.json.js.map +1 -1
- package/build/i18n/ja.json.mjs +0 -2
- package/build/i18n/ja.json.mjs.map +1 -1
- package/build/i18n/pl.json +0 -2
- package/build/i18n/pl.json.js +0 -2
- package/build/i18n/pl.json.js.map +1 -1
- package/build/i18n/pl.json.mjs +0 -2
- package/build/i18n/pl.json.mjs.map +1 -1
- package/build/i18n/ro.json +0 -2
- package/build/i18n/ro.json.js +0 -2
- package/build/i18n/ro.json.js.map +1 -1
- package/build/i18n/ro.json.mjs +0 -2
- package/build/i18n/ro.json.mjs.map +1 -1
- package/build/i18n/ru.json +0 -2
- package/build/i18n/ru.json.js +0 -2
- package/build/i18n/ru.json.js.map +1 -1
- package/build/i18n/ru.json.mjs +0 -2
- package/build/i18n/ru.json.mjs.map +1 -1
- package/build/i18n/th.json +0 -2
- package/build/i18n/th.json.js +0 -2
- package/build/i18n/th.json.js.map +1 -1
- package/build/i18n/th.json.mjs +0 -2
- package/build/i18n/th.json.mjs.map +1 -1
- package/build/i18n/tr.json +0 -2
- package/build/i18n/tr.json.js +0 -2
- package/build/i18n/tr.json.js.map +1 -1
- package/build/i18n/tr.json.mjs +0 -2
- package/build/i18n/tr.json.mjs.map +1 -1
- package/build/main.css +28 -20
- package/build/styles/main.css +28 -20
- package/build/styles/uploadInput/uploadButton/UploadButton.css +5 -0
- package/build/styles/uploadInput/uploadItem/UploadItem.css +23 -20
- package/build/types/uploadInput/uploadItem/UploadItem.d.ts.map +1 -1
- package/build/types/uploadInput/uploadItem/{UploadItemBody.d.ts → UploadItemLink.d.ts} +2 -2
- package/build/types/uploadInput/uploadItem/UploadItemLink.d.ts.map +1 -0
- package/build/uploadInput/uploadItem/UploadItem.js +14 -11
- package/build/uploadInput/uploadItem/UploadItem.js.map +1 -1
- package/build/uploadInput/uploadItem/UploadItem.mjs +15 -12
- package/build/uploadInput/uploadItem/UploadItem.mjs.map +1 -1
- package/build/uploadInput/uploadItem/UploadItemLink.js +32 -0
- package/build/uploadInput/uploadItem/UploadItemLink.js.map +1 -0
- package/build/uploadInput/uploadItem/{UploadItemBody.mjs → UploadItemLink.mjs} +5 -4
- package/build/uploadInput/uploadItem/UploadItemLink.mjs.map +1 -0
- package/package.json +4 -4
- package/src/i18n/de.json +0 -2
- package/src/i18n/es.json +0 -2
- package/src/i18n/fr.json +0 -2
- package/src/i18n/hu.json +0 -2
- package/src/i18n/id.json +0 -2
- package/src/i18n/it.json +0 -2
- package/src/i18n/ja.json +0 -2
- package/src/i18n/pl.json +0 -2
- package/src/i18n/ro.json +0 -2
- package/src/i18n/ru.json +0 -2
- package/src/i18n/th.json +0 -2
- package/src/i18n/tr.json +0 -2
- package/src/main.css +28 -20
- package/src/uploadInput/uploadButton/UploadButton.css +5 -0
- package/src/uploadInput/uploadButton/UploadButton.less +6 -0
- package/src/uploadInput/uploadItem/UploadItem.css +23 -20
- package/src/uploadInput/uploadItem/UploadItem.less +16 -12
- package/src/uploadInput/uploadItem/UploadItem.tsx +12 -7
- package/src/uploadInput/uploadItem/{UploadItemBody.tsx → UploadItemLink.tsx} +6 -2
- package/build/types/uploadInput/uploadItem/UploadItemBody.d.ts.map +0 -1
- package/build/uploadInput/uploadItem/UploadItemBody.js +0 -27
- package/build/uploadInput/uploadItem/UploadItemBody.js.map +0 -1
- package/build/uploadInput/uploadItem/UploadItemBody.mjs.map +0 -1
package/build/i18n/de.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wähle eine Option...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
|
|
26
|
-
"neptune.SelectOption.action.label": "Auswählen",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Ausgewählte Option ändern",
|
|
28
26
|
"neptune.Summary.statusDone": "Schritt erledigt",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
|
|
30
28
|
"neptune.Summary.statusPending": "Schritt ausstehend",
|
package/build/i18n/de.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var de = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wähle eine Option...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
|
|
28
|
-
"neptune.SelectOption.action.label": "Auswählen",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Ausgewählte Option ändern",
|
|
30
28
|
"neptune.Summary.statusDone": "Schritt erledigt",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
|
|
32
30
|
"neptune.Summary.statusPending": "Schritt ausstehend",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/de.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var de = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wähle eine Option...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Wird gesucht...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Keine Ergebnisse gefunden",
|
|
26
|
-
"neptune.SelectOption.action.label": "Auswählen",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Ausgewählte Option ändern",
|
|
28
26
|
"neptune.Summary.statusDone": "Schritt erledigt",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Schritt noch zu erledigen",
|
|
30
28
|
"neptune.Summary.statusPending": "Schritt ausstehend",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"de.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/es.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selecciona una opción...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "No se han encontrado resultados",
|
|
26
|
-
"neptune.SelectOption.action.label": "Elegir",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Cambiar opción elegida",
|
|
28
26
|
"neptune.Summary.statusDone": "Apartado listo",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Apartado a completar",
|
|
30
28
|
"neptune.Summary.statusPending": "Apartado pendiente",
|
package/build/i18n/es.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var es = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selecciona una opción...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "No se han encontrado resultados",
|
|
28
|
-
"neptune.SelectOption.action.label": "Elegir",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Cambiar opción elegida",
|
|
30
28
|
"neptune.Summary.statusDone": "Apartado listo",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Apartado a completar",
|
|
32
30
|
"neptune.Summary.statusPending": "Apartado pendiente",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/es.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var es = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selecciona una opción...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Buscar...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "No se han encontrado resultados",
|
|
26
|
-
"neptune.SelectOption.action.label": "Elegir",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Cambiar opción elegida",
|
|
28
26
|
"neptune.Summary.statusDone": "Apartado listo",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Apartado a completar",
|
|
30
28
|
"neptune.Summary.statusPending": "Apartado pendiente",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/fr.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Sélectionnez une option…",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Aucun résultat trouvé",
|
|
26
|
-
"neptune.SelectOption.action.label": "Sélectionner",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Modifier l'option choisie",
|
|
28
26
|
"neptune.Summary.statusDone": "Validé",
|
|
29
27
|
"neptune.Summary.statusNotDone": "À compléter",
|
|
30
28
|
"neptune.Summary.statusPending": "En attente",
|
package/build/i18n/fr.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var fr = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Sélectionnez une option…",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Aucun résultat trouvé",
|
|
28
|
-
"neptune.SelectOption.action.label": "Sélectionner",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Modifier l'option choisie",
|
|
30
28
|
"neptune.Summary.statusDone": "Validé",
|
|
31
29
|
"neptune.Summary.statusNotDone": "À compléter",
|
|
32
30
|
"neptune.Summary.statusPending": "En attente",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/fr.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var fr = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Sélectionnez une option…",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Recherche...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Aucun résultat trouvé",
|
|
26
|
-
"neptune.SelectOption.action.label": "Sélectionner",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Modifier l'option choisie",
|
|
28
26
|
"neptune.Summary.statusDone": "Validé",
|
|
29
27
|
"neptune.Summary.statusNotDone": "À compléter",
|
|
30
28
|
"neptune.Summary.statusPending": "En attente",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/hu.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Válassz ki egy lehetőséget...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nincs találat",
|
|
26
|
-
"neptune.SelectOption.action.label": "Kiválasztás",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Kiválasztott opció módosítása",
|
|
28
26
|
"neptune.Summary.statusDone": "Kész",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Hátravan",
|
|
30
28
|
"neptune.Summary.statusPending": "Függőben",
|
package/build/i18n/hu.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var hu = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Válassz ki egy lehetőséget...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Nincs találat",
|
|
28
|
-
"neptune.SelectOption.action.label": "Kiválasztás",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Kiválasztott opció módosítása",
|
|
30
28
|
"neptune.Summary.statusDone": "Kész",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Hátravan",
|
|
32
30
|
"neptune.Summary.statusPending": "Függőben",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hu.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hu.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/hu.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var hu = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Válassz ki egy lehetőséget...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Keresés...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nincs találat",
|
|
26
|
-
"neptune.SelectOption.action.label": "Kiválasztás",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Kiválasztott opció módosítása",
|
|
28
26
|
"neptune.Summary.statusDone": "Kész",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Hátravan",
|
|
30
28
|
"neptune.Summary.statusPending": "Függőben",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hu.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hu.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/id.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Pilih opsi...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Cari...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Hasil tidak ditemukan",
|
|
26
|
-
"neptune.SelectOption.action.label": "Pilih",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Ubah opsi yang dipilih",
|
|
28
26
|
"neptune.Summary.statusDone": "Item selesai",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Item yang harus dilakukan",
|
|
30
28
|
"neptune.Summary.statusPending": "Item tertunda",
|
package/build/i18n/id.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var id = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Pilih opsi...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Cari...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Hasil tidak ditemukan",
|
|
28
|
-
"neptune.SelectOption.action.label": "Pilih",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Ubah opsi yang dipilih",
|
|
30
28
|
"neptune.Summary.statusDone": "Item selesai",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Item yang harus dilakukan",
|
|
32
30
|
"neptune.Summary.statusPending": "Item tertunda",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"id.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/id.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var id = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Pilih opsi...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Cari...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Hasil tidak ditemukan",
|
|
26
|
-
"neptune.SelectOption.action.label": "Pilih",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Ubah opsi yang dipilih",
|
|
28
26
|
"neptune.Summary.statusDone": "Item selesai",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Item yang harus dilakukan",
|
|
30
28
|
"neptune.Summary.statusPending": "Item tertunda",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"id.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/it.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Seleziona un'opzione...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nessun risultato trovato",
|
|
26
|
-
"neptune.SelectOption.action.label": "Scegli",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Modifica l'opzione scelta",
|
|
28
26
|
"neptune.Summary.statusDone": "Completato",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Da completare",
|
|
30
28
|
"neptune.Summary.statusPending": "In corso",
|
package/build/i18n/it.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var it = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Seleziona un'opzione...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Nessun risultato trovato",
|
|
28
|
-
"neptune.SelectOption.action.label": "Scegli",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Modifica l'opzione scelta",
|
|
30
28
|
"neptune.Summary.statusDone": "Completato",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Da completare",
|
|
32
30
|
"neptune.Summary.statusPending": "In corso",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/it.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var it = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Seleziona un'opzione...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Cerca...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nessun risultato trovato",
|
|
26
|
-
"neptune.SelectOption.action.label": "Scegli",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Modifica l'opzione scelta",
|
|
28
26
|
"neptune.Summary.statusDone": "Completato",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Da completare",
|
|
30
28
|
"neptune.Summary.statusPending": "In corso",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"it.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ja.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "選択してください…",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "検索する... ",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
|
|
26
|
-
"neptune.SelectOption.action.label": "選択してください",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "選択したオプションを変更する",
|
|
28
26
|
"neptune.Summary.statusDone": "完了",
|
|
29
27
|
"neptune.Summary.statusNotDone": "未完了",
|
|
30
28
|
"neptune.Summary.statusPending": "保留中",
|
package/build/i18n/ja.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var ja = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "選択してください…",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "検索する... ",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
|
|
28
|
-
"neptune.SelectOption.action.label": "選択してください",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "選択したオプションを変更する",
|
|
30
28
|
"neptune.Summary.statusDone": "完了",
|
|
31
29
|
"neptune.Summary.statusNotDone": "未完了",
|
|
32
30
|
"neptune.Summary.statusPending": "保留中",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ja.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var ja = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "選択してください…",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "検索する... ",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "結果が見つかりませんでした",
|
|
26
|
-
"neptune.SelectOption.action.label": "選択してください",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "選択したオプションを変更する",
|
|
28
26
|
"neptune.Summary.statusDone": "完了",
|
|
29
27
|
"neptune.Summary.statusNotDone": "未完了",
|
|
30
28
|
"neptune.Summary.statusPending": "保留中",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ja.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/pl.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wybierz opcję...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
26
|
-
"neptune.SelectOption.action.label": "Wybierz",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
28
26
|
"neptune.Summary.statusDone": "Czynność wykonana",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Czynność do wykonania",
|
|
30
28
|
"neptune.Summary.statusPending": "Czynność oczekująca",
|
package/build/i18n/pl.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var pl = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wybierz opcję...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
28
|
-
"neptune.SelectOption.action.label": "Wybierz",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
30
28
|
"neptune.Summary.statusDone": "Czynność wykonana",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Czynność do wykonania",
|
|
32
30
|
"neptune.Summary.statusPending": "Czynność oczekująca",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/pl.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var pl = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Wybierz opcję...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Wyszukaj...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nie znaleziono wyników",
|
|
26
|
-
"neptune.SelectOption.action.label": "Wybierz",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Zmień wybraną opcję",
|
|
28
26
|
"neptune.Summary.statusDone": "Czynność wykonana",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Czynność do wykonania",
|
|
30
28
|
"neptune.Summary.statusPending": "Czynność oczekująca",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pl.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ro.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selectează o opțiune...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
26
|
-
"neptune.SelectOption.action.label": "Alege",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
28
26
|
"neptune.Summary.statusDone": "Finalizat",
|
|
29
27
|
"neptune.Summary.statusNotDone": "De făcut",
|
|
30
28
|
"neptune.Summary.statusPending": "În așteptare",
|
package/build/i18n/ro.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var ro = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selectează o opțiune...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
28
|
-
"neptune.SelectOption.action.label": "Alege",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
30
28
|
"neptune.Summary.statusDone": "Finalizat",
|
|
31
29
|
"neptune.Summary.statusNotDone": "De făcut",
|
|
32
30
|
"neptune.Summary.statusPending": "În așteptare",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ro.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ro.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var ro = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Selectează o opțiune...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Caută...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Nu s-a găsit niciun rezultat",
|
|
26
|
-
"neptune.SelectOption.action.label": "Alege",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Schimbă opțiunea aleasă",
|
|
28
26
|
"neptune.Summary.statusDone": "Finalizat",
|
|
29
27
|
"neptune.Summary.statusNotDone": "De făcut",
|
|
30
28
|
"neptune.Summary.statusPending": "În așteptare",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ro.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ru.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Выберите вариант...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
26
|
-
"neptune.SelectOption.action.label": "Выбрать",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
28
26
|
"neptune.Summary.statusDone": "Этап завершен",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Этап к выполнению",
|
|
30
28
|
"neptune.Summary.statusPending": "Этап в процессе",
|
package/build/i18n/ru.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var ru = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Выберите вариант...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
28
|
-
"neptune.SelectOption.action.label": "Выбрать",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
30
28
|
"neptune.Summary.statusDone": "Этап завершен",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Этап к выполнению",
|
|
32
30
|
"neptune.Summary.statusPending": "Этап в процессе",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/ru.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var ru = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Выберите вариант...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Поиск...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Ничего не найдено",
|
|
26
|
-
"neptune.SelectOption.action.label": "Выбрать",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Изменить выбранный вариант",
|
|
28
26
|
"neptune.Summary.statusDone": "Этап завершен",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Этап к выполнению",
|
|
30
28
|
"neptune.Summary.statusPending": "Этап в процессе",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ru.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/th.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "เลือกตัวเลือก...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
26
|
-
"neptune.SelectOption.action.label": "เลือก",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
28
26
|
"neptune.Summary.statusDone": "รายการที่ทำแล้ว",
|
|
29
27
|
"neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
|
|
30
28
|
"neptune.Summary.statusPending": "รายการที่รอดำเนินการ",
|
package/build/i18n/th.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var th = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "เลือกตัวเลือก...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
28
|
-
"neptune.SelectOption.action.label": "เลือก",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
30
28
|
"neptune.Summary.statusDone": "รายการที่ทำแล้ว",
|
|
31
29
|
"neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
|
|
32
30
|
"neptune.Summary.statusPending": "รายการที่รอดำเนินการ",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/th.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var th = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "เลือกตัวเลือก...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "ค้นหา...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "ไม่พบผลลัพธ์",
|
|
26
|
-
"neptune.SelectOption.action.label": "เลือก",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "เปลี่ยนตัวเลือกที่เลือกไว้",
|
|
28
26
|
"neptune.Summary.statusDone": "รายการที่ทำแล้ว",
|
|
29
27
|
"neptune.Summary.statusNotDone": "รายการที่ต้องทำ",
|
|
30
28
|
"neptune.Summary.statusPending": "รายการที่รอดำเนินการ",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/tr.json
CHANGED
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Bir seçenek seçin...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
26
|
-
"neptune.SelectOption.action.label": "Seç",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
28
26
|
"neptune.Summary.statusDone": "Tamamlanan aşama",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Yapılacak",
|
|
30
28
|
"neptune.Summary.statusPending": "Bekliyor",
|
package/build/i18n/tr.json.js
CHANGED
|
@@ -25,8 +25,6 @@ var tr = {
|
|
|
25
25
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Bir seçenek seçin...",
|
|
26
26
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
27
27
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
28
|
-
"neptune.SelectOption.action.label": "Seç",
|
|
29
|
-
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
30
28
|
"neptune.Summary.statusDone": "Tamamlanan aşama",
|
|
31
29
|
"neptune.Summary.statusNotDone": "Yapılacak",
|
|
32
30
|
"neptune.Summary.statusPending": "Bekliyor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/i18n/tr.json.mjs
CHANGED
|
@@ -23,8 +23,6 @@ var tr = {
|
|
|
23
23
|
"neptune.PhoneNumberInput.SelectInput.placeholder": "Bir seçenek seçin...",
|
|
24
24
|
"neptune.Select.searchPlaceholder": "Ara...",
|
|
25
25
|
"neptune.SelectInput.noResultsFound": "Sonuç bulunamadı",
|
|
26
|
-
"neptune.SelectOption.action.label": "Seç",
|
|
27
|
-
"neptune.SelectOption.selected.action.label": "Seçilen opsiyonu değiştir",
|
|
28
26
|
"neptune.Summary.statusDone": "Tamamlanan aşama",
|
|
29
27
|
"neptune.Summary.statusNotDone": "Yapılacak",
|
|
30
28
|
"neptune.Summary.statusPending": "Bekliyor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr.json.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/main.css
CHANGED
|
@@ -5472,6 +5472,11 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5472
5472
|
.np-upload-button .media {
|
|
5473
5473
|
align-items: flex-start;
|
|
5474
5474
|
}
|
|
5475
|
+
@media (max-width: 320px) {
|
|
5476
|
+
.np-upload-icon {
|
|
5477
|
+
padding-left: 0;
|
|
5478
|
+
}
|
|
5479
|
+
}
|
|
5475
5480
|
.np-upload-input.form-control {
|
|
5476
5481
|
height: auto;
|
|
5477
5482
|
padding: 0;
|
|
@@ -5563,9 +5568,9 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5563
5568
|
border: 1px solid var(--color-interactive-secondary);
|
|
5564
5569
|
position: relative;
|
|
5565
5570
|
}
|
|
5566
|
-
.np-upload-item:first-child ~ div:not(.np-upload-
|
|
5567
|
-
.np-upload-item:not(:first-child).np-upload-
|
|
5568
|
-
.np-upload-item.np-upload-
|
|
5571
|
+
.np-upload-item:first-child ~ div:not(.np-upload-item--link):before,
|
|
5572
|
+
.np-upload-item:not(:first-child).np-upload-item--link .np-upload-item__link:before,
|
|
5573
|
+
.np-upload-item.np-upload-item--link:hover .np-upload-item__link:after {
|
|
5569
5574
|
display: block;
|
|
5570
5575
|
position: absolute;
|
|
5571
5576
|
height: 1px;
|
|
@@ -5577,27 +5582,27 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5577
5582
|
width: calc(100% - 2 * 16px);
|
|
5578
5583
|
width: calc(100% - 2 * var(--size-16));
|
|
5579
5584
|
}
|
|
5580
|
-
.np-upload-item:first-child ~ div:not(.np-upload-
|
|
5581
|
-
.np-upload-item:not(:first-child).np-upload-
|
|
5585
|
+
.np-upload-item:first-child ~ div:not(.np-upload-item--link):before,
|
|
5586
|
+
.np-upload-item:not(:first-child).np-upload-item--link .np-upload-item__link:before {
|
|
5582
5587
|
top: 0;
|
|
5583
5588
|
}
|
|
5584
|
-
.np-upload-item.np-upload-
|
|
5589
|
+
.np-upload-item.np-upload-item--link:hover .np-upload-item__link:after {
|
|
5585
5590
|
bottom: -1px;
|
|
5586
5591
|
}
|
|
5587
5592
|
.np-upload-item:first-child ~ div {
|
|
5588
5593
|
border-top: 1px;
|
|
5589
5594
|
}
|
|
5590
|
-
.np-upload-item:not(:first-child) .np-upload-
|
|
5595
|
+
.np-upload-item:not(:first-child) .np-upload-item__link:hover {
|
|
5591
5596
|
border-top-color: rgba(0,0,0,0.10196);
|
|
5592
5597
|
border-top-color: var(--color-border-neutral);
|
|
5593
5598
|
}
|
|
5594
5599
|
.np-upload-item:not(:last-child) {
|
|
5595
5600
|
border-bottom: 0;
|
|
5596
5601
|
}
|
|
5597
|
-
.np-upload-item.np-upload-
|
|
5598
|
-
.np-upload-item.np-upload-
|
|
5599
|
-
.np-upload-item.np-upload-
|
|
5600
|
-
.np-upload-item.np-upload-
|
|
5602
|
+
.np-upload-item.np-upload-item--link:hover + .np-upload-item:before,
|
|
5603
|
+
.np-upload-item.np-upload-item--link:hover + .np-upload-button-container:before,
|
|
5604
|
+
.np-upload-item.np-upload-item--link:hover + .np-upload-item .np-upload-item__link:before,
|
|
5605
|
+
.np-upload-item.np-upload-item--link:hover + .np-upload-button-container .np-upload-item__link:before {
|
|
5601
5606
|
display: none;
|
|
5602
5607
|
}
|
|
5603
5608
|
.np-upload-button-container:hover:before,
|
|
@@ -5612,38 +5617,41 @@ label.np-upload-button:not(.disabled):active {
|
|
|
5612
5617
|
outline-offset: -3px;
|
|
5613
5618
|
}
|
|
5614
5619
|
.np-upload-item--single-file:focus-visible,
|
|
5615
|
-
.np-upload-
|
|
5620
|
+
.np-upload-item__link:focus-visible,
|
|
5616
5621
|
.np-upload-button-container:has(:focus-visible) {
|
|
5617
5622
|
outline-width: 3px;
|
|
5618
5623
|
}
|
|
5619
|
-
.np-upload-
|
|
5624
|
+
.np-upload-item--link a {
|
|
5620
5625
|
flex: 1;
|
|
5621
5626
|
-webkit-text-decoration: none;
|
|
5622
5627
|
text-decoration: none;
|
|
5623
5628
|
border-top: 1px solid transparent;
|
|
5624
5629
|
border-radius: inherit;
|
|
5625
5630
|
}
|
|
5626
|
-
.np-upload-
|
|
5631
|
+
.np-upload-item--link a:focus-visible {
|
|
5627
5632
|
outline-offset: -2px;
|
|
5628
5633
|
}
|
|
5629
|
-
.np-upload-
|
|
5634
|
+
.np-upload-item--link a:hover:before {
|
|
5630
5635
|
display: none !important;
|
|
5631
5636
|
}
|
|
5632
|
-
.np-upload-
|
|
5637
|
+
.np-upload-item--link a:hover:after {
|
|
5633
5638
|
left: 0 !important;
|
|
5634
5639
|
width: 100% !important;
|
|
5635
5640
|
}
|
|
5636
|
-
.np-upload-
|
|
5637
|
-
.np-upload-
|
|
5641
|
+
.np-upload-item--link a:hover,
|
|
5642
|
+
.np-upload-item--link a:active {
|
|
5638
5643
|
-webkit-text-decoration: none;
|
|
5639
5644
|
text-decoration: none;
|
|
5640
5645
|
}
|
|
5641
|
-
.np-upload-
|
|
5642
|
-
.np-upload-
|
|
5646
|
+
.np-upload-item--link a:hover .np-upload-button,
|
|
5647
|
+
.np-upload-item--link a:active .np-upload-button {
|
|
5643
5648
|
background-color: rgba(134,167,189,0.10196);
|
|
5644
5649
|
background-color: var(--color-background-neutral);
|
|
5645
5650
|
border-radius: inherit;
|
|
5646
5651
|
}
|
|
5652
|
+
.np-upload-item--link:first-of-type a {
|
|
5653
|
+
border-top: 0;
|
|
5654
|
+
}
|
|
5647
5655
|
.np-upload-item__body {
|
|
5648
5656
|
display: flex;
|
|
5649
5657
|
align-items: center;
|