@descope/web-components-ui 1.0.293 → 1.0.294

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
@@ -6051,8 +6051,6 @@ const PolicyValidationClass = compose(
6051
6051
  componentNameValidationMixin
6052
6052
  )(RawPolicyValidation);
6053
6053
 
6054
- customElements.define(componentName$p, PolicyValidationClass);
6055
-
6056
6054
  const componentName$o = getComponentName('new-password');
6057
6055
 
6058
6056
  const policyPreviewVars = PolicyValidationClass.cssVarList;
@@ -6210,6 +6208,8 @@ const NewPasswordClass = compose(
6210
6208
  })
6211
6209
  );
6212
6210
 
6211
+ customElements.define(componentName$p, PolicyValidationClass);
6212
+
6213
6213
  const passwordAttrPrefixRegex = /^password-/;
6214
6214
  const confirmAttrPrefixRegex = /^confirm-/;
6215
6215