@bigbinary/neeto-molecules 3.16.93 → 3.16.95
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/dist/ShareViaLink.js +23 -14
- package/dist/ShareViaLink.js.map +1 -1
- package/dist/cjs/ShareViaLink.js +22 -13
- package/dist/cjs/ShareViaLink.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/de.json +2 -1
- package/src/translations/es.json +2 -1
- package/src/translations/fr.json +2 -1
- package/src/translations/nl.json +2 -1
- package/src/translations/pl.json +2 -1
- package/src/translations/pt.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.95",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/src/translations/de.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "Neue Updates sind verfügbar. Bitte <button>aktualisieren Sie die Seite</button>, um auf dem neuesten Stand zu bleiben."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Status auswählen"
|
|
843
|
+
"placeholder": "Status auswählen",
|
|
844
|
+
"clear": "Löschen"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Versionsverlauf",
|
package/src/translations/es.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "Nuevas actualizaciones disponibles. Por favor <button>recarga la página</button> para estar actualizado."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Seleccionar un estado"
|
|
843
|
+
"placeholder": "Seleccionar un estado",
|
|
844
|
+
"clear": "Limpiar"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Historial de versiones",
|
package/src/translations/fr.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "De nouvelles mises à jour sont disponibles. Veuillez <button>refresh the page</button> pour rester à jour."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Sélectionner un statut"
|
|
843
|
+
"placeholder": "Sélectionner un statut",
|
|
844
|
+
"clear": "Effacer"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Historique des versions",
|
package/src/translations/nl.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "Nieuwe updates zijn beschikbaar. Gelieve <button>vernieuw de pagina</button> om op de hoogte te blijven."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Selecteer een status"
|
|
843
|
+
"placeholder": "Selecteer een status",
|
|
844
|
+
"clear": "Wis"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Versiegeschiedenis",
|
package/src/translations/pl.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "Nowe aktualizacje są dostępne. Proszę <button>odświeżyć stronę</button>, aby pozostać na bieżąco."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Wybierz status"
|
|
843
|
+
"placeholder": "Wybierz status",
|
|
844
|
+
"clear": "Wyczyść"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Historia wersji",
|
package/src/translations/pt.json
CHANGED
|
@@ -840,7 +840,8 @@
|
|
|
840
840
|
"refreshRibbon": "Novas atualizações estão disponíveis. Por favor, <button>recarregue a página</button> para se manter atualizado."
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
|
-
"placeholder": "Selecionar um status"
|
|
843
|
+
"placeholder": "Selecionar um status",
|
|
844
|
+
"clear": "Limpar"
|
|
844
845
|
},
|
|
845
846
|
"versionHistory": {
|
|
846
847
|
"paneTitle": "Histórico de versões",
|