@descope/web-components-ui 1.0.293 → 1.0.294

Sign up to get free protection for your applications and to get access to all the features.
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