@descope/web-components-ui 1.0.189 → 1.0.190

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.
@@ -4941,6 +4941,7 @@ const ComboBoxClass = compose(
4941
4941
  overlayFontSize: { property: () => ComboBoxClass.cssVarList.overlay.fontSize },
4942
4942
  overlayFontFamily: { property: () => ComboBoxClass.cssVarList.overlay.fontFamily },
4943
4943
  overlayCursor: { property: () => ComboBoxClass.cssVarList.overlay.cursor },
4944
+ overlayItemBoxShadow: { property: () => ComboBoxClass.cssVarList.overlay.itemBoxShadow },
4944
4945
  },
4945
4946
  }),
4946
4947
  draggableMixin,
@@ -4954,6 +4955,7 @@ const ComboBoxClass = compose(
4954
4955
  cursor: { selector: 'vaadin-combo-box-item' },
4955
4956
  fontFamily: { selector: 'vaadin-combo-box-item' },
4956
4957
  fontSize: { selector: 'vaadin-combo-box-item' },
4958
+ itemBoxShadow: { selector: 'vaadin-combo-box-item', property: 'box-shadow' },
4957
4959
  },
4958
4960
  forward: {
4959
4961
  include: false,
@@ -5042,6 +5044,7 @@ const comboBox = {
5042
5044
  [vars$8.overlayFontSize]: refs.fontSize,
5043
5045
  [vars$8.overlayFontFamily]: refs.fontFamily,
5044
5046
  [vars$8.overlayCursor]: 'pointer',
5047
+ [vars$8.overlayItemBoxShadow]: 'none',
5045
5048
 
5046
5049
  // Overlay direct theme:
5047
5050
  [vars$8.overlay.minHeight]: '400px',