@descope/web-components-ui 1.0.119 → 1.0.120

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2597,7 +2597,7 @@ const {
2597
2597
  internalWrapper,
2598
2598
  focusedDigitField
2599
2599
  } = {
2600
- host: () => ':host',
2600
+ host: { selector: () => ':host' },
2601
2601
  focusedDigitField: { selector: () => `${TextFieldClass.componentName}[focused="true"]` },
2602
2602
  digitField: { selector: () => TextFieldClass.componentName },
2603
2603
  label: { selector: '::part(label)' },
@@ -2610,6 +2610,7 @@ const textVars$1 = TextFieldClass.cssVarList;
2610
2610
  const PasscodeClass = compose(
2611
2611
  createStyleMixin({
2612
2612
  mappings: {
2613
+ fontSize: [{ ...digitField, property: textVars$1.fontSize }, host$5],
2613
2614
  hostWidth: { property: 'width' },
2614
2615
  fontFamily: host$5,
2615
2616
  labelTextColor: [
@@ -6236,6 +6237,7 @@ const vars$7 = PasscodeClass.cssVarList;
6236
6237
 
6237
6238
  const passcode = {
6238
6239
  [vars$7.fontFamily]: refs.fontFamily,
6240
+ [vars$7.fontSize]: refs.fontSize,
6239
6241
  [vars$7.labelTextColor]: refs.labelTextColor,
6240
6242
  [vars$7.labelRequiredIndicator]: refs.requiredIndicator,
6241
6243
  [vars$7.digitValueTextColor]: refs.valueTextColor,