@bigbinary/neeto-molecules 1.0.49 → 1.0.50

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.49",
3
+ "version": "1.0.50",
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>",
@@ -263,12 +263,12 @@
263
263
  },
264
264
  "ipRestriction": {
265
265
  "switchLabel": "Enable IP restriction",
266
- "description": "Restrict access to only trusted locations and networks by defining the range of allowed IP addresses",
266
+ "description": "Restrict access to only trusted locations and networks by defining the range of allowed IP addresses.",
267
267
  "allowedIpRangeTitle": "Allowed IP range",
268
268
  "ipStart": "IP start",
269
269
  "ipEnd": "IP end",
270
270
  "actions": "Actions",
271
- "allowedIpRangeConfirmation": "This can't be undone. Confirm deletion of IP range {{ipStart}} to {{ipEnd}}",
271
+ "allowedIpRangeConfirmation": "Confirm deletion of IP range {{ipStart}} to {{ipEnd}}. This can't be undone.",
272
272
  "validations": {
273
273
  "invalidIp": "Invalid IP address format",
274
274
  "ipEndGreaterThanIpStart": "IP end should be greater than or equal to IP start",
@@ -277,7 +277,7 @@
277
277
  "ipEndRequired": "IP end is required"
278
278
  },
279
279
  "currentIpTitle": "Your current IP is",
280
- "currentIpDescription": "Your current IP will be added to the allowed IP range by default. You will not be able to save the IP settings without your current IP address on the list"
280
+ "currentIpDescription": "Your current IP will be added to the allowed IP range by default. You will not be able to save the IP settings without your current IP address on the list."
281
281
  },
282
282
  "integrationWalkthroughModal": {
283
283
  "header": "Check how it behaves",
@@ -3,7 +3,7 @@ import React from "react";
3
3
  *
4
4
  * A common component to restrict IPs in neeto applications.
5
5
  *
6
- * ![Ip](https://user-images.githubusercontent.com/49012815/209516878-91d69555-a643-486a-81f8-e59797d3bef3.png|height=200|width=300)
6
+ * ![Ip](https://user-images.githubusercontent.com/49012815/246818619-209f616c-cfc4-4e98-b137-96d305a71bd8.png|height=200|width=300)
7
7
  *
8
8
  * @example
9
9
  *