@corp-products/ui-components 4.1.6 → 4.1.7

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/index.d.ts CHANGED
@@ -165,6 +165,7 @@ declare enum ErrorsWithValuesKeysEnum {
165
165
  maxSize = "MAX_SIZE",
166
166
  maxFiles = "MAX_FILES",
167
167
  allowedTypes = "ALLOWED_TYPES",
168
+ emailDomain = "EMAIL_DOMAIN",
168
169
  maxRepeatedChars = "MAX_REPEATED_CHARS"
169
170
  }
170
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {