@instructure/ui-pagination 9.0.2-snapshot-2 → 9.0.2-snapshot-4

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.
Files changed (26) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/es/Pagination/PaginationArrowButton/PaginationArrowButtonLocator.js +1 -1
  3. package/es/Pagination/PaginationArrowButton/index.js +3 -3
  4. package/es/Pagination/PaginationArrowButton/props.js +0 -1
  5. package/es/Pagination/PaginationButton/index.js +4 -4
  6. package/es/Pagination/PaginationButton/props.js +0 -1
  7. package/es/Pagination/PaginationPageInput/PaginationPageInputLocator.js +1 -1
  8. package/es/Pagination/PaginationPageInput/index.js +4 -4
  9. package/es/Pagination/index.js +4 -4
  10. package/lib/Pagination/PaginationArrowButton/PaginationArrowButtonLocator.js +1 -1
  11. package/lib/Pagination/PaginationArrowButton/index.js +3 -3
  12. package/lib/Pagination/PaginationButton/index.js +4 -4
  13. package/lib/Pagination/PaginationPageInput/PaginationPageInputLocator.js +1 -1
  14. package/lib/Pagination/PaginationPageInput/index.js +4 -4
  15. package/lib/Pagination/index.js +4 -4
  16. package/package.json +24 -24
  17. package/src/Pagination/PaginationArrowButton/PaginationArrowButtonLocator.ts +1 -1
  18. package/src/Pagination/PaginationPageInput/PaginationPageInputLocator.ts +1 -1
  19. package/tsconfig.build.tsbuildinfo +1 -1
  20. package/types/Pagination/PaginationArrowButton/PaginationArrowButtonLocator.d.ts +37 -37
  21. package/types/Pagination/PaginationArrowButton/index.d.ts +1 -1
  22. package/types/Pagination/PaginationButton/index.d.ts +1 -1
  23. package/types/Pagination/PaginationLocator.d.ts +231 -231
  24. package/types/Pagination/PaginationPageInput/PaginationPageInputLocator.d.ts +46 -46
  25. package/types/Pagination/PaginationPageInput/index.d.ts +1 -1
  26. package/types/Pagination/index.d.ts +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [9.0.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-2) (2024-05-28)
6
+ ## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-pagination
9
9
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator';
26
26
  import { find } from '@instructure/ui-test-queries';
27
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
27
+ // @ts-ignore: Cannot find module
28
28
  // eslint-disable-next-line no-restricted-imports
29
29
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator';
30
30
  import { PaginationArrowButton } from './index';
@@ -1,6 +1,6 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
2
  const _excluded = ["label", "direction", "buttonRef"];
3
- var _dec, _class, _class2;
3
+ var _dec, _class, _PaginationArrowButton;
4
4
  /*
5
5
  * The MIT License (MIT)
6
6
  *
@@ -39,7 +39,7 @@ parent: Pagination
39
39
  id: Pagination.Navigation
40
40
  ---
41
41
  **/
42
- let PaginationArrowButton = (_dec = testable(), _dec(_class = (_class2 = class PaginationArrowButton extends Component {
42
+ let PaginationArrowButton = (_dec = testable(), _dec(_class = (_PaginationArrowButton = class PaginationArrowButton extends Component {
43
43
  constructor(...args) {
44
44
  super(...args);
45
45
  this.ref = null;
@@ -91,6 +91,6 @@ let PaginationArrowButton = (_dec = testable(), _dec(_class = (_class2 = class P
91
91
  margin: this.margin
92
92
  }), this.Icon));
93
93
  }
94
- }, _class2.displayName = "PaginationArrowButton", _class2.componentId = 'Pagination.Navigation', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {}, _class2)) || _class);
94
+ }, _PaginationArrowButton.displayName = "PaginationArrowButton", _PaginationArrowButton.componentId = 'Pagination.Navigation', _PaginationArrowButton.allowedProps = allowedProps, _PaginationArrowButton.propTypes = propTypes, _PaginationArrowButton.defaultProps = {}, _PaginationArrowButton)) || _class);
95
95
  export default PaginationArrowButton;
96
96
  export { PaginationArrowButton };
@@ -34,5 +34,4 @@ const allowedProps = ['direction', 'label', 'buttonRef'
34
34
  // we don't want to pass onClick
35
35
  // 'onClick'
36
36
  ];
37
-
38
37
  export { propTypes, allowedProps };
@@ -1,4 +1,4 @@
1
- var _dec, _class, _class2;
1
+ var _dec, _class, _PaginationButton;
2
2
  /*
3
3
  * The MIT License (MIT)
4
4
  *
@@ -34,7 +34,7 @@ parent: Pagination
34
34
  id: Pagination.Page
35
35
  ---
36
36
  **/
37
- let PaginationButton = (_dec = testable(), _dec(_class = (_class2 = class PaginationButton extends Component {
37
+ let PaginationButton = (_dec = testable(), _dec(_class = (_PaginationButton = class PaginationButton extends Component {
38
38
  constructor(...args) {
39
39
  super(...args);
40
40
  this.ref = null;
@@ -54,8 +54,8 @@ let PaginationButton = (_dec = testable(), _dec(_class = (_class2 = class Pagina
54
54
  elementRef: this.handleRef
55
55
  }), this.props.children);
56
56
  }
57
- }, _class2.displayName = "PaginationButton", _class2.componentId = 'Pagination.Page', _class2.propTypes = propTypes, _class2.allowedProps = allowedProps, _class2.defaultProps = {
57
+ }, _PaginationButton.displayName = "PaginationButton", _PaginationButton.componentId = 'Pagination.Page', _PaginationButton.propTypes = propTypes, _PaginationButton.allowedProps = allowedProps, _PaginationButton.defaultProps = {
58
58
  current: false
59
- }, _class2)) || _class);
59
+ }, _PaginationButton)) || _class);
60
60
  export default PaginationButton;
61
61
  export { PaginationButton };
@@ -33,5 +33,4 @@ const allowedProps = ['children', 'current'
33
33
  // we don't want to pass onClick
34
34
  // 'onClick'
35
35
  ];
36
-
37
36
  export { propTypes, allowedProps };
@@ -24,7 +24,7 @@
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator';
26
26
 
27
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
27
+ // @ts-ignore: Cannot find module
28
28
  import { NumberInputLocator } from '@instructure/ui-number-input/es/NumberInput/NumberInputLocator'; // eslint-disable-line no-restricted-imports
29
29
 
30
30
  import { PaginationPageInput } from './index';
@@ -1,4 +1,4 @@
1
- var _dec, _dec2, _class, _class2;
1
+ var _dec, _dec2, _class, _PaginationPageInput;
2
2
  /*
3
3
  * The MIT License (MIT)
4
4
  *
@@ -38,7 +38,7 @@ parent: Pagination
38
38
  id: Pagination.PageInput
39
39
  ---
40
40
  **/
41
- let PaginationPageInput = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class PaginationPageInput extends Component {
41
+ let PaginationPageInput = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_PaginationPageInput = class PaginationPageInput extends Component {
42
42
  constructor(props) {
43
43
  super(props);
44
44
  this.ref = null;
@@ -172,8 +172,8 @@ let PaginationPageInput = (_dec = withStyle(generateStyle, generateComponentThem
172
172
  inputRef: this.handleInputRef
173
173
  })), this.renderLabel());
174
174
  }
175
- }, _class2.displayName = "PaginationPageInput", _class2.componentId = 'Pagination.PageInput', _class2.propTypes = propTypes, _class2.allowedProps = allowedProps, _class2.defaultProps = {
175
+ }, _PaginationPageInput.displayName = "PaginationPageInput", _PaginationPageInput.componentId = 'Pagination.PageInput', _PaginationPageInput.propTypes = propTypes, _PaginationPageInput.allowedProps = allowedProps, _PaginationPageInput.defaultProps = {
176
176
  disabled: false
177
- }, _class2)) || _class) || _class);
177
+ }, _PaginationPageInput)) || _class) || _class);
178
178
  export default PaginationPageInput;
179
179
  export { PaginationPageInput };
@@ -1,4 +1,4 @@
1
- var _dec, _dec2, _dec3, _class, _class2, _span, _span2;
1
+ var _dec, _dec2, _dec3, _class, _Pagination, _span, _span2;
2
2
  /*
3
3
  * The MIT License (MIT)
4
4
  *
@@ -53,7 +53,7 @@ function propsHaveCompactView(props) {
53
53
  category: components
54
54
  ---
55
55
  **/
56
- let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Pagination extends Component {
56
+ let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_Pagination = class Pagination extends Component {
57
57
  constructor(props) {
58
58
  super(props);
59
59
  this._labelId = void 0;
@@ -400,7 +400,7 @@ let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle,
400
400
  css: (_this$props$styles2 = this.props.styles) === null || _this$props$styles2 === void 0 ? void 0 : _this$props$styles2.pages
401
401
  }, this.renderArrowButton('first', currentPageIndex), this.renderArrowButton('prev', currentPageIndex), this.inputMode ? this.renderPageInput(currentPageIndex) : this.renderPages(currentPageIndex), this.renderArrowButton('next', currentPageIndex), this.renderArrowButton('last', currentPageIndex)));
402
402
  }
403
- }, _class2.displayName = "Pagination", _class2.componentId = 'Pagination', _class2.propTypes = propTypes, _class2.allowedProps = allowedProps, _class2.defaultProps = {
403
+ }, _Pagination.displayName = "Pagination", _Pagination.componentId = 'Pagination', _Pagination.propTypes = propTypes, _Pagination.allowedProps = allowedProps, _Pagination.defaultProps = {
404
404
  disabled: false,
405
405
  withFirstAndLastButton: false,
406
406
  showDisabledButtons: false,
@@ -415,6 +415,6 @@ let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle,
415
415
  boundaryCount: 1,
416
416
  ellipsis: '...',
417
417
  renderPageIndicator: page => page
418
- }, _class2.Page = PaginationButton, _class2.Navigation = PaginationArrowButton, _class2)) || _class) || _class) || _class);
418
+ }, _Pagination.Page = PaginationButton, _Pagination.Navigation = PaginationArrowButton, _Pagination)) || _class) || _class) || _class);
419
419
  export default Pagination;
420
420
  export { Pagination, PaginationButton };
@@ -32,7 +32,7 @@ var _index = require("./index");
32
32
  * SOFTWARE.
33
33
  */
34
34
 
35
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
35
+ // @ts-ignore: Cannot find module
36
36
  // eslint-disable-next-line no-restricted-imports
37
37
 
38
38
  const PaginationArrowButtonLocator = exports.PaginationArrowButtonLocator = (0, _locator.locator)(
@@ -18,7 +18,7 @@ var _IconArrowDoubleEndSolid = require("@instructure/ui-icons/lib/IconArrowDoubl
18
18
  var _testable = require("@instructure/ui-testable/lib/testable.js");
19
19
  var _props = require("./props");
20
20
  const _excluded = ["label", "direction", "buttonRef"];
21
- var _dec, _class, _class2;
21
+ var _dec, _class, _PaginationArrowButton;
22
22
  /*
23
23
  * The MIT License (MIT)
24
24
  *
@@ -48,7 +48,7 @@ parent: Pagination
48
48
  id: Pagination.Navigation
49
49
  ---
50
50
  **/
51
- let PaginationArrowButton = exports.PaginationArrowButton = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class PaginationArrowButton extends _react.Component {
51
+ let PaginationArrowButton = exports.PaginationArrowButton = (_dec = (0, _testable.testable)(), _dec(_class = (_PaginationArrowButton = class PaginationArrowButton extends _react.Component {
52
52
  constructor(...args) {
53
53
  super(...args);
54
54
  this.ref = null;
@@ -100,5 +100,5 @@ let PaginationArrowButton = exports.PaginationArrowButton = (_dec = (0, _testabl
100
100
  margin: this.margin
101
101
  }), this.Icon));
102
102
  }
103
- }, _class2.displayName = "PaginationArrowButton", _class2.componentId = 'Pagination.Navigation', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {}, _class2)) || _class);
103
+ }, _PaginationArrowButton.displayName = "PaginationArrowButton", _PaginationArrowButton.componentId = 'Pagination.Navigation', _PaginationArrowButton.allowedProps = _props.allowedProps, _PaginationArrowButton.propTypes = _props.propTypes, _PaginationArrowButton.defaultProps = {}, _PaginationArrowButton)) || _class);
104
104
  var _default = exports.default = PaginationArrowButton;
@@ -10,7 +10,7 @@ var _BaseButton = require("@instructure/ui-buttons/lib/BaseButton");
10
10
  var _omitProps = require("@instructure/ui-react-utils/lib/omitProps.js");
11
11
  var _testable = require("@instructure/ui-testable/lib/testable.js");
12
12
  var _props = require("./props");
13
- var _dec, _class, _class2;
13
+ var _dec, _class, _PaginationButton;
14
14
  /*
15
15
  * The MIT License (MIT)
16
16
  *
@@ -40,7 +40,7 @@ parent: Pagination
40
40
  id: Pagination.Page
41
41
  ---
42
42
  **/
43
- let PaginationButton = exports.PaginationButton = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class PaginationButton extends _react.Component {
43
+ let PaginationButton = exports.PaginationButton = (_dec = (0, _testable.testable)(), _dec(_class = (_PaginationButton = class PaginationButton extends _react.Component {
44
44
  constructor(...args) {
45
45
  super(...args);
46
46
  this.ref = null;
@@ -60,7 +60,7 @@ let PaginationButton = exports.PaginationButton = (_dec = (0, _testable.testable
60
60
  elementRef: this.handleRef
61
61
  }), this.props.children);
62
62
  }
63
- }, _class2.displayName = "PaginationButton", _class2.componentId = 'Pagination.Page', _class2.propTypes = _props.propTypes, _class2.allowedProps = _props.allowedProps, _class2.defaultProps = {
63
+ }, _PaginationButton.displayName = "PaginationButton", _PaginationButton.componentId = 'Pagination.Page', _PaginationButton.propTypes = _props.propTypes, _PaginationButton.allowedProps = _props.allowedProps, _PaginationButton.defaultProps = {
64
64
  current: false
65
- }, _class2)) || _class);
65
+ }, _PaginationButton)) || _class);
66
66
  var _default = exports.default = PaginationButton;
@@ -31,7 +31,7 @@ var _index = require("./index");
31
31
  * SOFTWARE.
32
32
  */
33
33
 
34
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
34
+ // @ts-ignore: Cannot find module
35
35
  // eslint-disable-line no-restricted-imports
36
36
 
37
37
  const PaginationPageInputLocator = exports.PaginationPageInputLocator = (0, _locator.locator)(
@@ -14,7 +14,7 @@ var _ScreenReaderContent = require("@instructure/ui-a11y-content/lib/ScreenReade
14
14
  var _styles = _interopRequireDefault(require("./styles"));
15
15
  var _theme = _interopRequireDefault(require("./theme"));
16
16
  var _props = require("./props");
17
- var _dec, _dec2, _class, _class2;
17
+ var _dec, _dec2, _class, _PaginationPageInput;
18
18
  /*
19
19
  * The MIT License (MIT)
20
20
  *
@@ -45,7 +45,7 @@ parent: Pagination
45
45
  id: Pagination.PageInput
46
46
  ---
47
47
  **/
48
- let PaginationPageInput = exports.PaginationPageInput = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class PaginationPageInput extends _react.Component {
48
+ let PaginationPageInput = exports.PaginationPageInput = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_PaginationPageInput = class PaginationPageInput extends _react.Component {
49
49
  constructor(props) {
50
50
  super(props);
51
51
  this.ref = null;
@@ -179,7 +179,7 @@ let PaginationPageInput = exports.PaginationPageInput = (_dec = (0, _emotion.wit
179
179
  inputRef: this.handleInputRef
180
180
  })), this.renderLabel());
181
181
  }
182
- }, _class2.displayName = "PaginationPageInput", _class2.componentId = 'Pagination.PageInput', _class2.propTypes = _props.propTypes, _class2.allowedProps = _props.allowedProps, _class2.defaultProps = {
182
+ }, _PaginationPageInput.displayName = "PaginationPageInput", _PaginationPageInput.componentId = 'Pagination.PageInput', _PaginationPageInput.propTypes = _props.propTypes, _PaginationPageInput.allowedProps = _props.allowedProps, _PaginationPageInput.defaultProps = {
183
183
  disabled: false
184
- }, _class2)) || _class) || _class);
184
+ }, _PaginationPageInput)) || _class) || _class);
185
185
  var _default = exports.default = PaginationPageInput;
@@ -27,7 +27,7 @@ var _PaginationArrowButton = require("./PaginationArrowButton");
27
27
  var _PaginationPageInput = require("./PaginationPageInput");
28
28
  var _styles = _interopRequireDefault(require("./styles"));
29
29
  var _props = require("./props");
30
- var _dec, _dec2, _dec3, _class, _class2, _span, _span2;
30
+ var _dec, _dec2, _dec3, _class, _Pagination, _span, _span2;
31
31
  /*
32
32
  * The MIT License (MIT)
33
33
  *
@@ -70,7 +70,7 @@ function propsHaveCompactView(props) {
70
70
  category: components
71
71
  ---
72
72
  **/
73
- let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, null), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Pagination extends _react.Component {
73
+ let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, null), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_Pagination = class Pagination extends _react.Component {
74
74
  constructor(props) {
75
75
  super(props);
76
76
  this._labelId = void 0;
@@ -417,7 +417,7 @@ let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeter
417
417
  css: (_this$props$styles2 = this.props.styles) === null || _this$props$styles2 === void 0 ? void 0 : _this$props$styles2.pages
418
418
  }, this.renderArrowButton('first', currentPageIndex), this.renderArrowButton('prev', currentPageIndex), this.inputMode ? this.renderPageInput(currentPageIndex) : this.renderPages(currentPageIndex), this.renderArrowButton('next', currentPageIndex), this.renderArrowButton('last', currentPageIndex)));
419
419
  }
420
- }, _class2.displayName = "Pagination", _class2.componentId = 'Pagination', _class2.propTypes = _props.propTypes, _class2.allowedProps = _props.allowedProps, _class2.defaultProps = {
420
+ }, _Pagination.displayName = "Pagination", _Pagination.componentId = 'Pagination', _Pagination.propTypes = _props.propTypes, _Pagination.allowedProps = _props.allowedProps, _Pagination.defaultProps = {
421
421
  disabled: false,
422
422
  withFirstAndLastButton: false,
423
423
  showDisabledButtons: false,
@@ -432,5 +432,5 @@ let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeter
432
432
  boundaryCount: 1,
433
433
  ellipsis: '...',
434
434
  renderPageIndicator: page => page
435
- }, _class2.Page = _PaginationButton.PaginationButton, _class2.Navigation = _PaginationArrowButton.PaginationArrowButton, _class2)) || _class) || _class) || _class);
435
+ }, _Pagination.Page = _PaginationButton.PaginationButton, _Pagination.Navigation = _PaginationArrowButton.PaginationArrowButton, _Pagination)) || _class) || _class) || _class);
436
436
  var _default = exports.default = Pagination;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "9.0.2-snapshot-2",
3
+ "version": "9.0.2-snapshot-4",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,31 +23,31 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "9.0.2-snapshot-2",
27
- "@instructure/ui-test-locator": "9.0.2-snapshot-2",
28
- "@instructure/ui-test-queries": "9.0.2-snapshot-2",
29
- "@instructure/ui-test-utils": "9.0.2-snapshot-2",
30
- "@testing-library/jest-dom": "^6.1.4",
31
- "@testing-library/react": "^14.1.2"
26
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-4",
27
+ "@instructure/ui-test-locator": "9.0.2-snapshot-4",
28
+ "@instructure/ui-test-queries": "9.0.2-snapshot-4",
29
+ "@instructure/ui-test-utils": "9.0.2-snapshot-4",
30
+ "@testing-library/jest-dom": "^6.4.5",
31
+ "@testing-library/react": "^15.0.7"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.23.2",
35
- "@instructure/emotion": "9.0.2-snapshot-2",
36
- "@instructure/shared-types": "9.0.2-snapshot-2",
37
- "@instructure/ui-a11y-content": "9.0.2-snapshot-2",
38
- "@instructure/ui-a11y-utils": "9.0.2-snapshot-2",
39
- "@instructure/ui-buttons": "9.0.2-snapshot-2",
40
- "@instructure/ui-dom-utils": "9.0.2-snapshot-2",
41
- "@instructure/ui-icons": "9.0.2-snapshot-2",
42
- "@instructure/ui-number-input": "9.0.2-snapshot-2",
43
- "@instructure/ui-portal": "9.0.2-snapshot-2",
44
- "@instructure/ui-prop-types": "9.0.2-snapshot-2",
45
- "@instructure/ui-react-utils": "9.0.2-snapshot-2",
46
- "@instructure/ui-testable": "9.0.2-snapshot-2",
47
- "@instructure/ui-tooltip": "9.0.2-snapshot-2",
48
- "@instructure/ui-utils": "9.0.2-snapshot-2",
49
- "@instructure/ui-view": "9.0.2-snapshot-2",
50
- "@instructure/uid": "9.0.2-snapshot-2",
34
+ "@babel/runtime": "^7.24.5",
35
+ "@instructure/emotion": "9.0.2-snapshot-4",
36
+ "@instructure/shared-types": "9.0.2-snapshot-4",
37
+ "@instructure/ui-a11y-content": "9.0.2-snapshot-4",
38
+ "@instructure/ui-a11y-utils": "9.0.2-snapshot-4",
39
+ "@instructure/ui-buttons": "9.0.2-snapshot-4",
40
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-4",
41
+ "@instructure/ui-icons": "9.0.2-snapshot-4",
42
+ "@instructure/ui-number-input": "9.0.2-snapshot-4",
43
+ "@instructure/ui-portal": "9.0.2-snapshot-4",
44
+ "@instructure/ui-prop-types": "9.0.2-snapshot-4",
45
+ "@instructure/ui-react-utils": "9.0.2-snapshot-4",
46
+ "@instructure/ui-testable": "9.0.2-snapshot-4",
47
+ "@instructure/ui-tooltip": "9.0.2-snapshot-4",
48
+ "@instructure/ui-utils": "9.0.2-snapshot-4",
49
+ "@instructure/ui-view": "9.0.2-snapshot-4",
50
+ "@instructure/uid": "9.0.2-snapshot-4",
51
51
  "keycode": "^2.2.1",
52
52
  "prop-types": "^15.8.1"
53
53
  },
@@ -24,7 +24,7 @@
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator'
26
26
  import { find } from '@instructure/ui-test-queries'
27
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
27
+ // @ts-ignore: Cannot find module
28
28
  // eslint-disable-next-line no-restricted-imports
29
29
  import { TooltipLocator } from '@instructure/ui-tooltip/es/Tooltip/TooltipLocator'
30
30
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  import { locator } from '@instructure/ui-test-locator'
26
26
 
27
- // @ts-expect-error ts-migrate(7016) FIXME: Could not find a declaration file for module '@ins... Remove this comment to see the full error message
27
+ // @ts-ignore: Cannot find module
28
28
  import { NumberInputLocator } from '@instructure/ui-number-input/es/NumberInput/NumberInputLocator' // eslint-disable-line no-restricted-imports
29
29
 
30
30
  import { PaginationPageInput } from './index'