@descope/web-components-ui 1.0.121 → 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.
- package/dist/cjs/index.cjs.js +6 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-combo-box-index-js.js +1 -1
- package/dist/umd/descope-phone-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-combo-box/ComboBoxClass.js +1 -0
- package/src/components/descope-phone-field/PhoneFieldClass.js +5 -1
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' },
|