@descope/web-components-ui 1.0.360 → 1.0.361
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/cjs/index.cjs.js +1 -3
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-email-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-email-field/EmailFieldClass.js +1 -3
package/dist/index.esm.js
CHANGED
|
@@ -2634,9 +2634,7 @@ const customMixin$a = (superclass) =>
|
|
|
2634
2634
|
init() {
|
|
2635
2635
|
super.init?.();
|
|
2636
2636
|
|
|
2637
|
-
|
|
2638
|
-
this.setAttribute('pattern', defaultPattern);
|
|
2639
|
-
}
|
|
2637
|
+
this.setAttribute('pattern', defaultPattern);
|
|
2640
2638
|
|
|
2641
2639
|
if (!this.getAttribute('autocomplete')) {
|
|
2642
2640
|
this.setAttribute('autocomplete', defaultAutocomplete);
|