@descope/web-components-ui 1.71.0 → 1.73.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.71.0",
3
+ "version": "1.73.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -76,18 +76,18 @@
76
76
  "lodash.debounce": "4.0.8",
77
77
  "lodash.merge": "4.6.2",
78
78
  "markdown-it": "14.1.0",
79
- "@descope-ui/common": "0.0.10",
80
- "@descope-ui/descope-button": "0.0.6",
81
- "@descope-ui/descope-icon": "0.0.5",
82
- "@descope-ui/descope-text": "0.0.10",
83
- "@descope-ui/descope-avatar": "0.0.10",
84
- "@descope-ui/descope-combo-box": "0.0.12",
85
- "@descope-ui/descope-autocomplete-field": "0.0.11",
86
- "@descope-ui/descope-address-field": "0.0.10",
87
- "@descope-ui/descope-timer": "0.0.4",
88
- "@descope-ui/descope-timer-button": "0.0.6",
89
- "@descope-ui/descope-password-strength": "0.0.2",
90
- "@descope-ui/descope-collapsible-container": "0.0.5"
79
+ "@descope-ui/common": "0.0.11",
80
+ "@descope-ui/descope-button": "0.0.7",
81
+ "@descope-ui/descope-icon": "0.0.6",
82
+ "@descope-ui/descope-text": "0.0.11",
83
+ "@descope-ui/descope-avatar": "0.0.11",
84
+ "@descope-ui/descope-combo-box": "0.0.13",
85
+ "@descope-ui/descope-autocomplete-field": "0.0.12",
86
+ "@descope-ui/descope-address-field": "0.0.11",
87
+ "@descope-ui/descope-timer": "0.0.5",
88
+ "@descope-ui/descope-timer-button": "0.0.7",
89
+ "@descope-ui/descope-password-strength": "0.0.3",
90
+ "@descope-ui/descope-collapsible-container": "0.0.6"
91
91
  },
92
92
  "overrides": {
93
93
  "@vaadin/avatar": "24.3.4",
@@ -174,7 +174,7 @@ class PasscodeInternal extends BaseInputClass {
174
174
  toggleMaskVisibility(input);
175
175
  };
176
176
 
177
- const debouncedHandleParseInput = debounce(handleParseInput, 20, { trailing: true });
177
+ const debouncedHandleParseInput = debounce(handleParseInput, 0, { trailing: true });
178
178
 
179
179
  // sanitize the input
180
180
  input.addEventListener('input', (e) => {