@instructure/ui-pagination 8.46.2-snapshot-8 → 8.46.2-snapshot-13
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/es/Pagination/PaginationArrowButton/index.js +0 -1
- package/es/Pagination/PaginationPageInput/index.js +0 -1
- package/es/Pagination/index.js +0 -1
- package/lib/Pagination/PaginationArrowButton/index.js +0 -1
- package/lib/Pagination/PaginationPageInput/index.js +0 -1
- package/lib/Pagination/index.js +0 -1
- package/package.json +21 -21
- package/src/Pagination/PaginationArrowButton/index.tsx +0 -1
- package/src/Pagination/PaginationPageInput/index.tsx +0 -1
- package/src/Pagination/index.tsx +0 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Pagination/PaginationArrowButton/index.d.ts +0 -1
- package/types/Pagination/PaginationArrowButton/index.d.ts.map +1 -1
- package/types/Pagination/PaginationPageInput/index.d.ts +0 -1
- package/types/Pagination/PaginationPageInput/index.d.ts.map +1 -1
- package/types/Pagination/index.d.ts +0 -1
- package/types/Pagination/index.d.ts.map +1 -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
|
-
## [8.46.2-snapshot-
|
|
6
|
+
## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-pagination
|
|
9
9
|
|
|
@@ -38,7 +38,6 @@ import { allowedProps, propTypes } from './props';
|
|
|
38
38
|
parent: Pagination
|
|
39
39
|
id: Pagination.Navigation
|
|
40
40
|
---
|
|
41
|
-
@tsProps
|
|
42
41
|
**/
|
|
43
42
|
let PaginationArrowButton = (_dec = testable(), _dec(_class = (_class2 = class PaginationArrowButton extends Component {
|
|
44
43
|
constructor(...args) {
|
|
@@ -37,7 +37,6 @@ import { propTypes, allowedProps } from './props';
|
|
|
37
37
|
parent: Pagination
|
|
38
38
|
id: Pagination.PageInput
|
|
39
39
|
---
|
|
40
|
-
@tsProps
|
|
41
40
|
**/
|
|
42
41
|
let PaginationPageInput = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class PaginationPageInput extends Component {
|
|
43
42
|
constructor(props) {
|
package/es/Pagination/index.js
CHANGED
|
@@ -51,7 +51,6 @@ function propsHaveCompactView(props) {
|
|
|
51
51
|
---
|
|
52
52
|
category: components
|
|
53
53
|
---
|
|
54
|
-
@tsProps
|
|
55
54
|
**/
|
|
56
55
|
let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Pagination extends Component {
|
|
57
56
|
constructor(props) {
|
|
@@ -47,7 +47,6 @@ var _dec, _class, _class2;
|
|
|
47
47
|
parent: Pagination
|
|
48
48
|
id: Pagination.Navigation
|
|
49
49
|
---
|
|
50
|
-
@tsProps
|
|
51
50
|
**/
|
|
52
51
|
let PaginationArrowButton = exports.PaginationArrowButton = (_dec = (0, _testable.testable)(), _dec(_class = (_class2 = class PaginationArrowButton extends _react.Component {
|
|
53
52
|
constructor(...args) {
|
|
@@ -44,7 +44,6 @@ var _dec, _dec2, _class, _class2;
|
|
|
44
44
|
parent: Pagination
|
|
45
45
|
id: Pagination.PageInput
|
|
46
46
|
---
|
|
47
|
-
@tsProps
|
|
48
47
|
**/
|
|
49
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 {
|
|
50
49
|
constructor(props) {
|
package/lib/Pagination/index.js
CHANGED
|
@@ -68,7 +68,6 @@ function propsHaveCompactView(props) {
|
|
|
68
68
|
---
|
|
69
69
|
category: components
|
|
70
70
|
---
|
|
71
|
-
@tsProps
|
|
72
71
|
**/
|
|
73
72
|
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 {
|
|
74
73
|
constructor(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-pagination",
|
|
3
|
-
"version": "8.46.2-snapshot-
|
|
3
|
+
"version": "8.46.2-snapshot-13",
|
|
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.46.2-snapshot-
|
|
27
|
-
"@instructure/ui-test-locator": "8.46.2-snapshot-
|
|
28
|
-
"@instructure/ui-test-queries": "8.46.2-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
26
|
+
"@instructure/ui-babel-preset": "8.46.2-snapshot-13",
|
|
27
|
+
"@instructure/ui-test-locator": "8.46.2-snapshot-13",
|
|
28
|
+
"@instructure/ui-test-queries": "8.46.2-snapshot-13",
|
|
29
|
+
"@instructure/ui-test-utils": "8.46.2-snapshot-13"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/runtime": "^7.23.2",
|
|
33
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
34
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/ui-a11y-content": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/ui-a11y-utils": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/ui-buttons": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-dom-utils": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
40
|
-
"@instructure/ui-number-input": "8.46.2-snapshot-
|
|
41
|
-
"@instructure/ui-portal": "8.46.2-snapshot-
|
|
42
|
-
"@instructure/ui-prop-types": "8.46.2-snapshot-
|
|
43
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
44
|
-
"@instructure/ui-testable": "8.46.2-snapshot-
|
|
45
|
-
"@instructure/ui-tooltip": "8.46.2-snapshot-
|
|
46
|
-
"@instructure/ui-utils": "8.46.2-snapshot-
|
|
47
|
-
"@instructure/ui-view": "8.46.2-snapshot-
|
|
48
|
-
"@instructure/uid": "8.46.2-snapshot-
|
|
33
|
+
"@instructure/emotion": "8.46.2-snapshot-13",
|
|
34
|
+
"@instructure/shared-types": "8.46.2-snapshot-13",
|
|
35
|
+
"@instructure/ui-a11y-content": "8.46.2-snapshot-13",
|
|
36
|
+
"@instructure/ui-a11y-utils": "8.46.2-snapshot-13",
|
|
37
|
+
"@instructure/ui-buttons": "8.46.2-snapshot-13",
|
|
38
|
+
"@instructure/ui-dom-utils": "8.46.2-snapshot-13",
|
|
39
|
+
"@instructure/ui-icons": "8.46.2-snapshot-13",
|
|
40
|
+
"@instructure/ui-number-input": "8.46.2-snapshot-13",
|
|
41
|
+
"@instructure/ui-portal": "8.46.2-snapshot-13",
|
|
42
|
+
"@instructure/ui-prop-types": "8.46.2-snapshot-13",
|
|
43
|
+
"@instructure/ui-react-utils": "8.46.2-snapshot-13",
|
|
44
|
+
"@instructure/ui-testable": "8.46.2-snapshot-13",
|
|
45
|
+
"@instructure/ui-tooltip": "8.46.2-snapshot-13",
|
|
46
|
+
"@instructure/ui-utils": "8.46.2-snapshot-13",
|
|
47
|
+
"@instructure/ui-view": "8.46.2-snapshot-13",
|
|
48
|
+
"@instructure/uid": "8.46.2-snapshot-13",
|
|
49
49
|
"keycode": "^2.2.1",
|
|
50
50
|
"prop-types": "^15.8.1"
|
|
51
51
|
},
|