@instructure/ui-pagination 8.22.1-snapshot.4 → 8.23.0

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,6 +3,10 @@
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.23.0](https://github.com/instructure/instructure-ui/compare/v8.22.0...v8.23.0) (2022-04-07)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-pagination
9
+
6
10
  # [8.22.0](https://github.com/instructure/instructure-ui/compare/v8.21.0...v8.22.0) (2022-03-31)
7
11
 
8
12
  **Note:** Version bump only for package @instructure/ui-pagination
@@ -91,10 +91,9 @@ let PaginationArrowButton = (_dec = testable(), _dec(_class = (_temp = _class2 =
91
91
  props = _objectWithoutProperties(_this$props, _excluded);
92
92
 
93
93
  return /*#__PURE__*/React.createElement(Tooltip, {
94
+ elementRef: this.handleRef,
94
95
  on: ['hover', 'focus'],
95
- renderTip: /*#__PURE__*/React.createElement(PresentationContent, {
96
- elementRef: this.handleRef
97
- }, label)
96
+ renderTip: /*#__PURE__*/React.createElement(PresentationContent, null, label)
98
97
  }, /*#__PURE__*/React.createElement(IconButton, Object.assign({}, props, {
99
98
  size: "small",
100
99
  withBackground: false,
@@ -91,10 +91,9 @@ let PaginationArrowButton = (_dec = (0, _testable.testable)(), _dec(_class = (_t
91
91
  buttonRef = _this$props.buttonRef,
92
92
  props = (0, _objectWithoutProperties2.default)(_this$props, _excluded);
93
93
  return /*#__PURE__*/_react.default.createElement(_Tooltip.Tooltip, {
94
+ elementRef: this.handleRef,
94
95
  on: ['hover', 'focus'],
95
- renderTip: /*#__PURE__*/_react.default.createElement(_PresentationContent.PresentationContent, {
96
- elementRef: this.handleRef
97
- }, label)
96
+ renderTip: /*#__PURE__*/_react.default.createElement(_PresentationContent.PresentationContent, null, label)
98
97
  }, /*#__PURE__*/_react.default.createElement(_IconButton.IconButton, Object.assign({}, props, {
99
98
  size: "small",
100
99
  withBackground: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "8.22.1-snapshot.4+5809c01bc",
3
+ "version": "8.23.0",
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.22.1-snapshot.4+5809c01bc",
27
- "@instructure/ui-test-locator": "8.22.1-snapshot.4+5809c01bc",
28
- "@instructure/ui-test-queries": "8.22.1-snapshot.4+5809c01bc",
29
- "@instructure/ui-test-utils": "8.22.1-snapshot.4+5809c01bc"
26
+ "@instructure/ui-babel-preset": "8.23.0",
27
+ "@instructure/ui-test-locator": "8.23.0",
28
+ "@instructure/ui-test-queries": "8.23.0",
29
+ "@instructure/ui-test-utils": "8.23.0"
30
30
  },
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.13.10",
33
- "@instructure/emotion": "8.22.1-snapshot.4+5809c01bc",
34
- "@instructure/shared-types": "8.22.1-snapshot.4+5809c01bc",
35
- "@instructure/ui-a11y-content": "8.22.1-snapshot.4+5809c01bc",
36
- "@instructure/ui-a11y-utils": "8.22.1-snapshot.4+5809c01bc",
37
- "@instructure/ui-buttons": "8.22.1-snapshot.4+5809c01bc",
38
- "@instructure/ui-dom-utils": "8.22.1-snapshot.4+5809c01bc",
39
- "@instructure/ui-icons": "8.22.1-snapshot.4+5809c01bc",
40
- "@instructure/ui-number-input": "8.22.1-snapshot.4+5809c01bc",
41
- "@instructure/ui-portal": "8.22.1-snapshot.4+5809c01bc",
42
- "@instructure/ui-prop-types": "8.22.1-snapshot.4+5809c01bc",
43
- "@instructure/ui-react-utils": "8.22.1-snapshot.4+5809c01bc",
44
- "@instructure/ui-testable": "8.22.1-snapshot.4+5809c01bc",
45
- "@instructure/ui-tooltip": "8.22.1-snapshot.4+5809c01bc",
46
- "@instructure/ui-utils": "8.22.1-snapshot.4+5809c01bc",
47
- "@instructure/ui-view": "8.22.1-snapshot.4+5809c01bc",
48
- "@instructure/uid": "8.22.1-snapshot.4+5809c01bc",
33
+ "@instructure/emotion": "8.23.0",
34
+ "@instructure/shared-types": "8.23.0",
35
+ "@instructure/ui-a11y-content": "8.23.0",
36
+ "@instructure/ui-a11y-utils": "8.23.0",
37
+ "@instructure/ui-buttons": "8.23.0",
38
+ "@instructure/ui-dom-utils": "8.23.0",
39
+ "@instructure/ui-icons": "8.23.0",
40
+ "@instructure/ui-number-input": "8.23.0",
41
+ "@instructure/ui-portal": "8.23.0",
42
+ "@instructure/ui-prop-types": "8.23.0",
43
+ "@instructure/ui-react-utils": "8.23.0",
44
+ "@instructure/ui-testable": "8.23.0",
45
+ "@instructure/ui-tooltip": "8.23.0",
46
+ "@instructure/ui-utils": "8.23.0",
47
+ "@instructure/ui-view": "8.23.0",
48
+ "@instructure/uid": "8.23.0",
49
49
  "keycode": "^2",
50
50
  "prop-types": "^15"
51
51
  },
@@ -55,6 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "sideEffects": false,
59
- "gitHead": "5809c01bc3fc6e7b468d18d44c22f364304561ed"
58
+ "sideEffects": false
60
59
  }
@@ -91,12 +91,9 @@ class PaginationArrowButton extends Component<PaginationNavigationProps> {
91
91
 
92
92
  return (
93
93
  <Tooltip
94
+ elementRef={this.handleRef}
94
95
  on={['hover', 'focus']}
95
- renderTip={
96
- <PresentationContent elementRef={this.handleRef}>
97
- {label}
98
- </PresentationContent>
99
- }
96
+ renderTip={<PresentationContent>{label}</PresentationContent>}
100
97
  >
101
98
  <IconButton
102
99
  {...props}