@inntechcorp/it-design 2.1.68 → 2.1.70

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/index.d.ts CHANGED
@@ -1563,6 +1563,7 @@ declare enum FormValidationTypes {
1563
1563
  MAX_LENGTH = "maxLength",
1564
1564
  EXACT_LENGTH = "exactLength",
1565
1565
  SAME = "same",
1566
+ NOT_SAME = "notSame",
1566
1567
  TC_IDENTITY = "TCIdentity",
1567
1568
  PASSWORD = "password",
1568
1569
  EMAIL = "email",