@descope/web-components-ui 1.0.121 → 1.0.122

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -3129,6 +3129,7 @@ const ComboBoxClass = compose(
3129
3129
  selector: '',
3130
3130
  mappings: {
3131
3131
  backgroundColor: { selector: 'vaadin-combo-box-scroller' },
3132
+ fontFamily: { selector: 'vaadin-combo-box-item' },
3132
3133
  // TODO: this mapping doesn't work, needs fixing.
3133
3134
  cursor: { selector: 'vaadin-combo-box-item' },
3134
3135
  },
@@ -4704,7 +4705,11 @@ const PhoneFieldClass = compose(
4704
4705
  fontFamily: [
4705
4706
  label$1,
4706
4707
  errorMessage$1,
4707
- helperText$1
4708
+ helperText$1,
4709
+ {
4710
+ ...countryCodeInput,
4711
+ property: ComboBoxClass.cssVarList.overlay.fontFamily
4712
+ }
4708
4713
  ],
4709
4714
  hostWidth: [
4710
4715
  { ...host$1, property: 'width' },