@descope/web-components-ui 1.0.120 → 1.0.122

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.
@@ -219,7 +219,7 @@ const globalsThemeToStyle = (theme, themeName = '') => {
219
219
  ''
220
220
  );
221
221
 
222
- if(!themeName) return style
222
+ if (!themeName) return style
223
223
 
224
224
  return `*[data-theme="${themeName}"] {${style}}`
225
225
  };
@@ -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' },