@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.
@@ -3984,6 +3984,7 @@ const ComboBoxClass = compose(
3984
3984
  selector: '',
3985
3985
  mappings: {
3986
3986
  backgroundColor: { selector: 'vaadin-combo-box-scroller' },
3987
+ fontFamily: { selector: 'vaadin-combo-box-item' },
3987
3988
  // TODO: this mapping doesn't work, needs fixing.
3988
3989
  cursor: { selector: 'vaadin-combo-box-item' },
3989
3990
  },
@@ -5434,7 +5435,11 @@ const PhoneFieldClass = compose(
5434
5435
  fontFamily: [
5435
5436
  label$1,
5436
5437
  errorMessage$1,
5437
- helperText$1
5438
+ helperText$1,
5439
+ {
5440
+ ...countryCodeInput,
5441
+ property: ComboBoxClass.cssVarList.overlay.fontFamily
5442
+ }
5438
5443
  ],
5439
5444
  hostWidth: [
5440
5445
  { ...host$1, property: 'width' },