@descope/web-components-ui 1.0.292 → 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.
@@ -3109,7 +3109,7 @@ const globalRefs$l = getThemeRefs(globals);
3109
3109
  const [theme$1, refs, vars$B] = createHelperVars(
3110
3110
  {
3111
3111
  labelTextColor: globalRefs$l.colors.surface.dark,
3112
- labelFontSize: globalRefs$l.typography.body2.size,
3112
+ labelFontSize: '14px', // not taken from globals as it is fixed in all inputs
3113
3113
  valueTextColor: globalRefs$l.colors.surface.contrast,
3114
3114
  placeholderTextColor: globalRefs$l.colors.surface.dark,
3115
3115
  requiredIndicator: "'*'",
@@ -7661,8 +7661,6 @@ const PolicyValidationClass = compose(
7661
7661
  componentNameValidationMixin
7662
7662
  )(RawPolicyValidation);
7663
7663
 
7664
- customElements.define(componentName$k, PolicyValidationClass);
7665
-
7666
7664
  const componentName$j = getComponentName('new-password');
7667
7665
 
7668
7666
  const policyPreviewVars = PolicyValidationClass.cssVarList;