@brightspace-ui/labs 2.46.0 → 2.46.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.
package/package.json CHANGED
@@ -111,8 +111,7 @@
111
111
  "lodash-es": "^4",
112
112
  "mobx": "^5",
113
113
  "parse-srt": "^1.0.0-alpha",
114
- "resize-observer-polyfill": "^1",
115
114
  "webvtt-parser": "^2"
116
115
  },
117
- "version": "2.46.0"
116
+ "version": "2.46.1"
118
117
  }
@@ -1,5 +1,4 @@
1
1
  import { css, html, LitElement } from 'lit';
2
- import ResizeObserver from 'resize-observer-polyfill';
3
2
  import { styleMap } from 'lit/directives/style-map.js';
4
3
 
5
4
  const AUDIO_BARS_GRADIENTS = [
@@ -23,7 +23,6 @@ import { ifDefined } from 'lit/directives/if-defined.js';
23
23
  import { labelStyles } from '@brightspace-ui/core/components/typography/styles.js';
24
24
  import { LocalizeLabsElement } from '../localize-labs-element.js';
25
25
  import parseSRT from 'parse-srt/src/parse-srt.js';
26
- import ResizeObserver from 'resize-observer-polyfill';
27
26
  import { RtlMixin } from '@brightspace-ui/core/mixins/rtl-mixin.js';
28
27
  import { styleMap } from 'lit/directives/style-map.js';
29
28
 
@@ -5,7 +5,6 @@ import { css, html, LitElement } from 'lit';
5
5
  import { bodyCompactStyles } from '@brightspace-ui/core/components/typography/styles.js';
6
6
  import { classMap } from 'lit/directives/class-map.js';
7
7
  import { navigationSharedStyle } from './navigation-shared-styles.js';
8
- import ResizeObserver from 'resize-observer-polyfill/dist/ResizeObserver.es.js';
9
8
  import { styleMap } from 'lit/directives/style-map.js';
10
9
 
11
10
  const mediaQueryList = window.matchMedia('(max-width: 615px)');