@bigbinary/neeto-molecules 1.2.1 → 1.2.2

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.2.1",
3
+ "version": "1.2.2",
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>",
@@ -265,11 +265,11 @@
265
265
  "browserSupport": {
266
266
  "unsupportedBrowserVersion": {
267
267
  "title": "Unsupported version",
268
- "description": "You are using {{browserName, anyCase}} {{browserVersion}}. neeto requires {{browserName, anyCase}} {{requiredMinBrowserVersion}} or later to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>"
268
+ "description": "You are using {{browserName, anyCase}} {{browserVersion}}. We recommend {{browserName, anyCase}} {{requiredMinBrowserVersion}} or later for the application to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>"
269
269
  },
270
270
  "unsupportedBrowser": {
271
271
  "title": "Unsupported browser",
272
- "description": "You are using {{browserName, anyCase}} {{browserVersion}}. neeto requires a modern browser to perform reliably.<contactUs></contactUs>"
272
+ "description": "You are using {{browserName, anyCase}} {{browserVersion}}. We recommend a modern browser for the application to perform reliably.<contactUs></contactUs>"
273
273
  },
274
274
  "downloadLink": {
275
275
  "main": "Please <button>download and install</button> the latest browser."