@instructure/ui-pagination 11.7.4-snapshot-49 → 11.7.4-snapshot-52

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
- ## [11.7.4-snapshot-49](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-49) (2026-06-17)
6
+ ## [11.7.4-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-52) (2026-06-19)
7
7
 
8
8
 
9
9
  ### Features
@@ -78,6 +78,7 @@ let Pagination = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle,
78
78
  };
79
79
  static Page = PaginationButton;
80
80
  static Navigation = PaginationArrowButton;
81
+ static PageInput = PaginationPageInput;
81
82
  _labelId;
82
83
  _firstButton = null;
83
84
  _prevButton = null;
@@ -40,6 +40,7 @@ id: Pagination.PageInput
40
40
  let PaginationPageInput = (_dec = withStyleNew(generateStyle, 'PaginationPageInput'), _dec(_class = class PaginationPageInput extends Component {
41
41
  static displayName = 'PaginationPageInput';
42
42
  static componentId = 'Pagination.PageInput';
43
+ static themeId = 'PaginationPageInput';
43
44
  static allowedProps = allowedProps;
44
45
  static defaultProps = {
45
46
  disabled: false
@@ -94,6 +94,7 @@ let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeter
94
94
  };
95
95
  static Page = _index.PaginationButton;
96
96
  static Navigation = _index2.PaginationArrowButton;
97
+ static PageInput = _index3.PaginationPageInput;
97
98
  _labelId;
98
99
  _firstButton = null;
99
100
  _prevButton = null;
@@ -46,6 +46,7 @@ id: Pagination.PageInput
46
46
  let PaginationPageInput = exports.PaginationPageInput = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'PaginationPageInput'), _dec(_class = class PaginationPageInput extends _react.Component {
47
47
  static displayName = 'PaginationPageInput';
48
48
  static componentId = 'Pagination.PageInput';
49
+ static themeId = 'PaginationPageInput';
49
50
  static allowedProps = _props.allowedProps;
50
51
  static defaultProps = {
51
52
  disabled: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "11.7.4-snapshot-49",
3
+ "version": "11.7.4-snapshot-52",
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",
@@ -15,30 +15,30 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/emotion": "11.7.4-snapshot-49",
19
- "@instructure/shared-types": "11.7.4-snapshot-49",
20
- "@instructure/ui-a11y-content": "11.7.4-snapshot-49",
21
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-49",
22
- "@instructure/ui-buttons": "11.7.4-snapshot-49",
23
- "@instructure/ui-dom-utils": "11.7.4-snapshot-49",
24
- "@instructure/ui-icons": "11.7.4-snapshot-49",
25
- "@instructure/ui-portal": "11.7.4-snapshot-49",
26
- "@instructure/ui-react-utils": "11.7.4-snapshot-49",
27
- "@instructure/ui-number-input": "11.7.4-snapshot-49",
28
- "@instructure/ui-text": "11.7.4-snapshot-49",
29
- "@instructure/ui-themes": "11.7.4-snapshot-49",
30
- "@instructure/ui-tooltip": "11.7.4-snapshot-49",
31
- "@instructure/ui-utils": "11.7.4-snapshot-49",
32
- "@instructure/ui-view": "11.7.4-snapshot-49",
33
- "@instructure/uid": "11.7.4-snapshot-49"
18
+ "@instructure/emotion": "11.7.4-snapshot-52",
19
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-52",
20
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-52",
21
+ "@instructure/ui-buttons": "11.7.4-snapshot-52",
22
+ "@instructure/shared-types": "11.7.4-snapshot-52",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-52",
24
+ "@instructure/ui-icons": "11.7.4-snapshot-52",
25
+ "@instructure/ui-number-input": "11.7.4-snapshot-52",
26
+ "@instructure/ui-portal": "11.7.4-snapshot-52",
27
+ "@instructure/ui-react-utils": "11.7.4-snapshot-52",
28
+ "@instructure/ui-text": "11.7.4-snapshot-52",
29
+ "@instructure/ui-themes": "11.7.4-snapshot-52",
30
+ "@instructure/ui-tooltip": "11.7.4-snapshot-52",
31
+ "@instructure/ui-utils": "11.7.4-snapshot-52",
32
+ "@instructure/uid": "11.7.4-snapshot-52",
33
+ "@instructure/ui-view": "11.7.4-snapshot-52"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@testing-library/jest-dom": "^6.6.3",
37
37
  "@testing-library/react": "15.0.7",
38
38
  "@testing-library/user-event": "^14.6.1",
39
39
  "vitest": "^3.2.2",
40
- "@instructure/ui-axe-check": "11.7.4-snapshot-49",
41
- "@instructure/ui-babel-preset": "11.7.4-snapshot-49"
40
+ "@instructure/ui-axe-check": "11.7.4-snapshot-52",
41
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-52"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=18 <=19"
@@ -114,6 +114,7 @@ class Pagination extends Component<PaginationProps> {
114
114
 
115
115
  static Page = PaginationButton
116
116
  static Navigation = PaginationArrowButton
117
+ static PageInput = PaginationPageInput
117
118
 
118
119
  private readonly _labelId: string
119
120
 
@@ -50,6 +50,7 @@ class PaginationPageInput extends Component<
50
50
  > {
51
51
  static displayName = 'PaginationPageInput'
52
52
  static readonly componentId = 'Pagination.PageInput'
53
+ static readonly themeId = 'PaginationPageInput'
53
54
 
54
55
  static allowedProps = allowedProps
55
56
  static defaultProps = {