@descope/web-components-ui 1.0.355 → 1.0.356

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.355",
3
+ "version": "1.0.356",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -89,7 +89,7 @@ export const inputValidationMixin = (superclass) =>
89
89
  return (
90
90
  this.getAttribute(errorAttributes.valueMissing) || this.defaultErrorMsgValueMissing
91
91
  );
92
- case patternMismatch || typeMismatch || stepMismatch || badInput:
92
+ case patternMismatch || stepMismatch || badInput:
93
93
  return (
94
94
  this.getAttribute(errorAttributes.patternMismatch) ||
95
95
  this.defaultErrorMsgPatternMismatch