@instructure/ui-pagination 8.27.1-snapshot-13 → 8.27.1-snapshot-14

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,9 +3,12 @@
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
- ## [8.27.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.27.1-snapshot-13) (2022-08-17)
6
+ ## [8.27.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.27.1-snapshot-14) (2022-08-17)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-pagination
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ui-pagination:** wrong type description for Pagination's onClick ([867eb1a](https://github.com/instructure/instructure-ui/commit/867eb1a6c0bcbd2c65d26a23cac643df37a0aad3))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "8.27.1-snapshot-13",
3
+ "version": "8.27.1-snapshot-14",
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,29 +23,29 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.27.1-snapshot-13",
27
- "@instructure/ui-test-locator": "8.27.1-snapshot-13",
28
- "@instructure/ui-test-queries": "8.27.1-snapshot-13",
29
- "@instructure/ui-test-utils": "8.27.1-snapshot-13"
26
+ "@instructure/ui-babel-preset": "8.27.1-snapshot-14",
27
+ "@instructure/ui-test-locator": "8.27.1-snapshot-14",
28
+ "@instructure/ui-test-queries": "8.27.1-snapshot-14",
29
+ "@instructure/ui-test-utils": "8.27.1-snapshot-14"
30
30
  },
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.13.10",
33
- "@instructure/emotion": "8.27.1-snapshot-13",
34
- "@instructure/shared-types": "8.27.1-snapshot-13",
35
- "@instructure/ui-a11y-content": "8.27.1-snapshot-13",
36
- "@instructure/ui-a11y-utils": "8.27.1-snapshot-13",
37
- "@instructure/ui-buttons": "8.27.1-snapshot-13",
38
- "@instructure/ui-dom-utils": "8.27.1-snapshot-13",
39
- "@instructure/ui-icons": "8.27.1-snapshot-13",
40
- "@instructure/ui-number-input": "8.27.1-snapshot-13",
41
- "@instructure/ui-portal": "8.27.1-snapshot-13",
42
- "@instructure/ui-prop-types": "8.27.1-snapshot-13",
43
- "@instructure/ui-react-utils": "8.27.1-snapshot-13",
44
- "@instructure/ui-testable": "8.27.1-snapshot-13",
45
- "@instructure/ui-tooltip": "8.27.1-snapshot-13",
46
- "@instructure/ui-utils": "8.27.1-snapshot-13",
47
- "@instructure/ui-view": "8.27.1-snapshot-13",
48
- "@instructure/uid": "8.27.1-snapshot-13",
33
+ "@instructure/emotion": "8.27.1-snapshot-14",
34
+ "@instructure/shared-types": "8.27.1-snapshot-14",
35
+ "@instructure/ui-a11y-content": "8.27.1-snapshot-14",
36
+ "@instructure/ui-a11y-utils": "8.27.1-snapshot-14",
37
+ "@instructure/ui-buttons": "8.27.1-snapshot-14",
38
+ "@instructure/ui-dom-utils": "8.27.1-snapshot-14",
39
+ "@instructure/ui-icons": "8.27.1-snapshot-14",
40
+ "@instructure/ui-number-input": "8.27.1-snapshot-14",
41
+ "@instructure/ui-portal": "8.27.1-snapshot-14",
42
+ "@instructure/ui-prop-types": "8.27.1-snapshot-14",
43
+ "@instructure/ui-react-utils": "8.27.1-snapshot-14",
44
+ "@instructure/ui-testable": "8.27.1-snapshot-14",
45
+ "@instructure/ui-tooltip": "8.27.1-snapshot-14",
46
+ "@instructure/ui-utils": "8.27.1-snapshot-14",
47
+ "@instructure/ui-view": "8.27.1-snapshot-14",
48
+ "@instructure/uid": "8.27.1-snapshot-14",
49
49
  "keycode": "^2",
50
50
  "prop-types": "^15"
51
51
  },
@@ -42,7 +42,7 @@ type PaginationPageOwnProps = {
42
42
  */
43
43
  current?: boolean
44
44
  /**
45
- * Whether the page is currently displayed
45
+ * Callback fired when the `Pagination.Page` is clicked.
46
46
  */
47
47
  onClick?: (
48
48
  event: