@descope/web-components-ui 1.0.292 → 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
 
@@ -10577,7 +10577,7 @@ const globalRefs$l = getThemeRefs(globals);
10577
10577
  const [theme$1, refs, vars$B] = createHelperVars(
10578
10578
  {
10579
10579
  labelTextColor: globalRefs$l.colors.surface.dark,
10580
- labelFontSize: globalRefs$l.typography.body2.size,
10580
+ labelFontSize: '14px', // not taken from globals as it is fixed in all inputs
10581
10581
  valueTextColor: globalRefs$l.colors.surface.contrast,
10582
10582
  placeholderTextColor: globalRefs$l.colors.surface.dark,
10583
10583
  requiredIndicator: "'*'",