@bigbinary/neeto-molecules 1.0.89 → 1.0.90
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/CopyToClipboardButton.cjs.js +2 -1
- package/dist/CopyToClipboardButton.cjs.js.map +1 -1
- package/dist/CopyToClipboardButton.js +2 -1
- package/dist/CopyToClipboardButton.js.map +1 -1
- package/dist/IpRestriction.cjs.js +135 -86
- package/dist/IpRestriction.cjs.js.map +1 -1
- package/dist/IpRestriction.js +136 -87
- package/dist/IpRestriction.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.90",
|
|
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
|
@@ -275,7 +275,13 @@
|
|
|
275
275
|
"ipEndRequired": "IP end is required"
|
|
276
276
|
},
|
|
277
277
|
"currentIpTitle": "Your current IP is",
|
|
278
|
-
"currentIpDescription": "Your current IP will be added to the allowed IP range by default.
|
|
278
|
+
"currentIpDescription": "Your current IP will be added to the allowed IP range by default.",
|
|
279
|
+
"warningMessage": "Please be careful enabling this feature. There have been cases where the IP address assigned to people at home is dynamic. After a few days, the IP changed and those people were unable to access neeto applications.\n\nIf you are using a VPN with a fixed range of IP addresses, you are a good candidate for this feature.\n\nIf you get locked out or if you run into any issue, then you can send an email to <strong>support@neeto.com</strong> with your organization name and subdomain.",
|
|
280
|
+
"enableAlert": {
|
|
281
|
+
"title": "Enable IP restriction?",
|
|
282
|
+
"message": "I have read the warning message about using IP restriction. I know that I can email <strong>support@neeto.com</strong>, if I can't log in or have any problems.",
|
|
283
|
+
"submitButtonLabel": "Enable"
|
|
284
|
+
}
|
|
279
285
|
},
|
|
280
286
|
"integrationWalkthroughModal": {
|
|
281
287
|
"header": "Check how it behaves",
|