@descope/web-components-ui 1.70.0 → 1.72.0

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.esm.js CHANGED
@@ -7976,7 +7976,7 @@ class PasscodeInternal extends BaseInputClass$9 {
7976
7976
  toggleMaskVisibility(input);
7977
7977
  };
7978
7978
 
7979
- const debouncedHandleParseInput = debounce(handleParseInput, 20, { trailing: true });
7979
+ const debouncedHandleParseInput = debounce(handleParseInput, 0, { trailing: true });
7980
7980
 
7981
7981
  // sanitize the input
7982
7982
  input.addEventListener('input', (e) => {