@bigbinary/neeto-molecules 4.0.1 → 4.0.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": "4.0.1",
3
+ "version": "4.0.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>",
@@ -534,6 +534,7 @@
534
534
  },
535
535
  "phoneNumberInput": {
536
536
  "placeholder": "{{prefix}} type phone number",
537
+ "countryCodeAriaLabel": "Select country code",
537
538
  "validations": {
538
539
  "invalid": "Phone number is invalid"
539
540
  }