@brightspace-ui/core 2.187.1 → 2.187.2

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.
@@ -174,13 +174,13 @@ class ScrollWrapper extends RtlMixin(LitElement) {
174
174
 
175
175
  connectedCallback() {
176
176
  super.connectedCallback();
177
- PRINT_MEDIA_QUERY_LIST?.addEventListener('change', this._handlePrintChange);
177
+ PRINT_MEDIA_QUERY_LIST.addEventListener?.('change', this._handlePrintChange);
178
178
  }
179
179
 
180
180
  disconnectedCallback() {
181
181
  super.disconnectedCallback();
182
182
  this._disconnectAll();
183
- PRINT_MEDIA_QUERY_LIST?.removeEventListener('change', this._handlePrintChange);
183
+ PRINT_MEDIA_QUERY_LIST.removeEventListener?.('change', this._handlePrintChange);
184
184
  }
185
185
 
186
186
  firstUpdated(changedProperties) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.187.1",
3
+ "version": "2.187.2",
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",