@brightspace-ui/core 2.149.0 → 2.149.1

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.
@@ -735,7 +735,9 @@ export const ListItemMixin = superclass => class extends composeMixins(
735
735
  </div>` : nothing}
736
736
  <div slot="content"
737
737
  class="d2l-list-item-content"
738
- id="${this._contentId}">
738
+ id="${this._contentId}"
739
+ @mouseenter="${this._onMouseEnter}"
740
+ @mouseleave="${this._onMouseLeave}">
739
741
  <slot name="illustration" class="d2l-list-item-illustration">${illustration}</slot>
740
742
  <slot>${content}</slot>
741
743
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.149.0",
3
+ "version": "2.149.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",