@brightspace-ui/labs 2.40.1 → 2.40.3

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
@@ -104,15 +104,15 @@
104
104
  "@adobe/lit-mobx": "^2",
105
105
  "@brightspace-ui/core": "^3",
106
106
  "@brightspace-ui/intl": "^3",
107
+ "@brightspace-ui/page.js": "^2",
107
108
  "@lit/context": "^1",
108
109
  "fuse.js": "^7",
109
110
  "lit": "^3",
110
111
  "lodash-es": "^4",
111
112
  "mobx": "^5",
112
- "page": "^1",
113
113
  "parse-srt": "^1.0.0-alpha",
114
114
  "resize-observer-polyfill": "^1",
115
115
  "webvtt-parser": "^2"
116
116
  },
117
- "version": "2.40.1"
117
+ "version": "2.40.3"
118
118
  }
@@ -4,10 +4,9 @@ import '@brightspace-ui/core/components/inputs/input-text.js';
4
4
  import { css, html, LitElement } from 'lit';
5
5
  import { formatNumber } from '@brightspace-ui/intl';
6
6
  import { LocalizeLabsElement } from '../localize-labs-element.js';
7
- import { RtlMixin } from '@brightspace-ui/core/mixins/rtl-mixin.js';
8
7
  import { selectStyles } from '@brightspace-ui/core/components/inputs/input-select-styles.js';
9
8
 
10
- class PagerNumeric extends RtlMixin(LocalizeLabsElement(LitElement)) {
9
+ class PagerNumeric extends LocalizeLabsElement(LitElement) {
11
10
 
12
11
  static get properties() {
13
12
  return {
@@ -1,4 +1,4 @@
1
- import page from 'page';
1
+ import page from '@brightspace-ui/page.js';
2
2
 
3
3
  let activePage = page;
4
4
  let _lastOptions = {};