@instructure/ui-pagination 9.0.2-snapshot-3 → 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.
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-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (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';
@@ -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';
@@ -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)(
@@ -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)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "9.0.2-snapshot-3",
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-3",
27
- "@instructure/ui-test-locator": "9.0.2-snapshot-3",
28
- "@instructure/ui-test-queries": "9.0.2-snapshot-3",
29
- "@instructure/ui-test-utils": "9.0.2-snapshot-3",
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
30
  "@testing-library/jest-dom": "^6.4.5",
31
31
  "@testing-library/react": "^15.0.7"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.24.5",
35
- "@instructure/emotion": "9.0.2-snapshot-3",
36
- "@instructure/shared-types": "9.0.2-snapshot-3",
37
- "@instructure/ui-a11y-content": "9.0.2-snapshot-3",
38
- "@instructure/ui-a11y-utils": "9.0.2-snapshot-3",
39
- "@instructure/ui-buttons": "9.0.2-snapshot-3",
40
- "@instructure/ui-dom-utils": "9.0.2-snapshot-3",
41
- "@instructure/ui-icons": "9.0.2-snapshot-3",
42
- "@instructure/ui-number-input": "9.0.2-snapshot-3",
43
- "@instructure/ui-portal": "9.0.2-snapshot-3",
44
- "@instructure/ui-prop-types": "9.0.2-snapshot-3",
45
- "@instructure/ui-react-utils": "9.0.2-snapshot-3",
46
- "@instructure/ui-testable": "9.0.2-snapshot-3",
47
- "@instructure/ui-tooltip": "9.0.2-snapshot-3",
48
- "@instructure/ui-utils": "9.0.2-snapshot-3",
49
- "@instructure/ui-view": "9.0.2-snapshot-3",
50
- "@instructure/uid": "9.0.2-snapshot-3",
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'