@instructure/ui-pagination 10.19.2-snapshot-2 → 10.19.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 +1 -1
- package/package.json +21 -21
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/Pagination/PaginationArrowButton/__new-tests__/PaginationArrowButton.test.js +0 -54
- package/es/Pagination/PaginationButton/__new-tests__/PaginationButton.test.js +0 -79
- package/es/Pagination/PaginationPageInput/__new-tests__/PaginationPageInput.test.js +0 -127
- package/es/Pagination/__new-tests__/Pagination.test.js +0 -1047
- package/lib/Pagination/PaginationArrowButton/__new-tests__/PaginationArrowButton.test.js +0 -55
- package/lib/Pagination/PaginationButton/__new-tests__/PaginationButton.test.js +0 -80
- package/lib/Pagination/PaginationPageInput/__new-tests__/PaginationPageInput.test.js +0 -129
- package/lib/Pagination/__new-tests__/Pagination.test.js +0 -1049
- package/src/Pagination/PaginationArrowButton/__new-tests__/PaginationArrowButton.test.tsx +0 -54
- package/src/Pagination/PaginationButton/__new-tests__/PaginationButton.test.tsx +0 -76
- package/src/Pagination/PaginationPageInput/__new-tests__/PaginationPageInput.test.tsx +0 -155
- package/src/Pagination/__new-tests__/Pagination.test.tsx +0 -1132
- package/types/Pagination/PaginationArrowButton/__new-tests__/PaginationArrowButton.test.d.ts +0 -2
- package/types/Pagination/PaginationArrowButton/__new-tests__/PaginationArrowButton.test.d.ts.map +0 -1
- package/types/Pagination/PaginationButton/__new-tests__/PaginationButton.test.d.ts +0 -2
- package/types/Pagination/PaginationButton/__new-tests__/PaginationButton.test.d.ts.map +0 -1
- package/types/Pagination/PaginationPageInput/__new-tests__/PaginationPageInput.test.d.ts +0 -2
- package/types/Pagination/PaginationPageInput/__new-tests__/PaginationPageInput.test.d.ts.map +0 -1
- package/types/Pagination/__new-tests__/Pagination.test.d.ts +0 -2
- package/types/Pagination/__new-tests__/Pagination.test.d.ts.map +0 -1
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
|
-
## [10.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-pagination
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-pagination",
|
|
3
|
-
"version": "10.19.2-snapshot-
|
|
3
|
+
"version": "10.19.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,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-axe-check": "10.19.2-snapshot-
|
|
27
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
26
|
+
"@instructure/ui-axe-check": "10.19.2-snapshot-4",
|
|
27
|
+
"@instructure/ui-babel-preset": "10.19.2-snapshot-4",
|
|
28
|
+
"@instructure/ui-test-utils": "10.19.2-snapshot-4",
|
|
29
29
|
"@testing-library/jest-dom": "^6.6.3",
|
|
30
30
|
"@testing-library/react": "^16.0.1",
|
|
31
31
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -33,23 +33,23 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/runtime": "^7.26.0",
|
|
36
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
37
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
38
|
-
"@instructure/ui-a11y-content": "10.19.2-snapshot-
|
|
39
|
-
"@instructure/ui-a11y-utils": "10.19.2-snapshot-
|
|
40
|
-
"@instructure/ui-buttons": "10.19.2-snapshot-
|
|
41
|
-
"@instructure/ui-dom-utils": "10.19.2-snapshot-
|
|
42
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
43
|
-
"@instructure/ui-number-input": "10.19.2-snapshot-
|
|
44
|
-
"@instructure/ui-portal": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/ui-prop-types": "10.19.2-snapshot-
|
|
46
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
47
|
-
"@instructure/ui-testable": "10.19.2-snapshot-
|
|
48
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
49
|
-
"@instructure/ui-tooltip": "10.19.2-snapshot-
|
|
50
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
51
|
-
"@instructure/ui-view": "10.19.2-snapshot-
|
|
52
|
-
"@instructure/uid": "10.19.2-snapshot-
|
|
36
|
+
"@instructure/emotion": "10.19.2-snapshot-4",
|
|
37
|
+
"@instructure/shared-types": "10.19.2-snapshot-4",
|
|
38
|
+
"@instructure/ui-a11y-content": "10.19.2-snapshot-4",
|
|
39
|
+
"@instructure/ui-a11y-utils": "10.19.2-snapshot-4",
|
|
40
|
+
"@instructure/ui-buttons": "10.19.2-snapshot-4",
|
|
41
|
+
"@instructure/ui-dom-utils": "10.19.2-snapshot-4",
|
|
42
|
+
"@instructure/ui-icons": "10.19.2-snapshot-4",
|
|
43
|
+
"@instructure/ui-number-input": "10.19.2-snapshot-4",
|
|
44
|
+
"@instructure/ui-portal": "10.19.2-snapshot-4",
|
|
45
|
+
"@instructure/ui-prop-types": "10.19.2-snapshot-4",
|
|
46
|
+
"@instructure/ui-react-utils": "10.19.2-snapshot-4",
|
|
47
|
+
"@instructure/ui-testable": "10.19.2-snapshot-4",
|
|
48
|
+
"@instructure/ui-themes": "10.19.2-snapshot-4",
|
|
49
|
+
"@instructure/ui-tooltip": "10.19.2-snapshot-4",
|
|
50
|
+
"@instructure/ui-utils": "10.19.2-snapshot-4",
|
|
51
|
+
"@instructure/ui-view": "10.19.2-snapshot-4",
|
|
52
|
+
"@instructure/uid": "10.19.2-snapshot-4",
|
|
53
53
|
"prop-types": "^15.8.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|