@descope/web-components-ui 1.0.189 → 1.0.190

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -4058,6 +4058,7 @@ const ComboBoxClass = compose(
4058
4058
  overlayFontSize: { property: () => ComboBoxClass.cssVarList.overlay.fontSize },
4059
4059
  overlayFontFamily: { property: () => ComboBoxClass.cssVarList.overlay.fontFamily },
4060
4060
  overlayCursor: { property: () => ComboBoxClass.cssVarList.overlay.cursor },
4061
+ overlayItemBoxShadow: { property: () => ComboBoxClass.cssVarList.overlay.itemBoxShadow },
4061
4062
  },
4062
4063
  }),
4063
4064
  draggableMixin,
@@ -4071,6 +4072,7 @@ const ComboBoxClass = compose(
4071
4072
  cursor: { selector: 'vaadin-combo-box-item' },
4072
4073
  fontFamily: { selector: 'vaadin-combo-box-item' },
4073
4074
  fontSize: { selector: 'vaadin-combo-box-item' },
4075
+ itemBoxShadow: { selector: 'vaadin-combo-box-item', property: 'box-shadow' },
4074
4076
  },
4075
4077
  forward: {
4076
4078
  include: false,
@@ -8494,6 +8496,7 @@ const comboBox = {
8494
8496
  [vars$8.overlayFontSize]: refs.fontSize,
8495
8497
  [vars$8.overlayFontFamily]: refs.fontFamily,
8496
8498
  [vars$8.overlayCursor]: 'pointer',
8499
+ [vars$8.overlayItemBoxShadow]: 'none',
8497
8500
 
8498
8501
  // Overlay direct theme:
8499
8502
  [vars$8.overlay.minHeight]: '400px',