@bigbinary/neeto-molecules 1.0.44 → 1.0.45
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
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/en.json
CHANGED
|
@@ -245,7 +245,6 @@
|
|
|
245
245
|
"browserSupport": {
|
|
246
246
|
"unsupportedBrowserVersion": "You are using {{browserName}} {{browserVersion}}. neeto requires {{browserName}} {{requiredMinBrowserVersion}} or later to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>",
|
|
247
247
|
"unsupportedBrowser": "You are using {{browserName}} {{browserVersion}}. neeto requires a modern browser to perform reliably. <contactUs></contactUs>",
|
|
248
|
-
"yourBrowserIsFine": "This is how the <tag>BrowserSupport</tag> component will look if the user's browser is out of date.<br/><strong>Your browser is just fine.</strong>",
|
|
249
248
|
"downloadLink": {
|
|
250
249
|
"main": "Please <button></button> the latest browser.",
|
|
251
250
|
"buttonLabel": "download and install"
|
|
@@ -327,10 +326,9 @@
|
|
|
327
326
|
"viewFullListOfShortcuts": "View full list of shortcuts",
|
|
328
327
|
"global": {
|
|
329
328
|
"categoryName": "GLOBAL",
|
|
330
|
-
"openKeyboardShortcutsPane": "
|
|
329
|
+
"openKeyboardShortcutsPane": "See keyboard shortcuts",
|
|
331
330
|
"close": "Close modals, panes",
|
|
332
|
-
"submitForm": "Submit form or text input"
|
|
333
|
-
"addNewLineOrSubmitForm": "Add new line in textarea or submit form"
|
|
331
|
+
"submitForm": "Submit form or text input"
|
|
334
332
|
}
|
|
335
333
|
},
|
|
336
334
|
"emailPreview": {
|