@descope/web-components-ui 1.0.355 → 1.0.357

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.
@@ -2074,7 +2074,7 @@ const inputValidationMixin = (superclass) =>
2074
2074
  return (
2075
2075
  this.getAttribute(errorAttributes.valueMissing) || this.defaultErrorMsgValueMissing
2076
2076
  );
2077
- case patternMismatch || typeMismatch || stepMismatch || badInput:
2077
+ case patternMismatch || stepMismatch || badInput:
2078
2078
  return (
2079
2079
  this.getAttribute(errorAttributes.patternMismatch) ||
2080
2080
  this.defaultErrorMsgPatternMismatch