@instructure/ui-a11y-content 8.26.0 → 8.26.1-snapshot-2

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,14 @@
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.26.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.26.0...v8.26.1-snapshot-2) (2022-07-06)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-a11y-content
9
+
10
+
11
+
12
+
13
+
6
14
  # [8.26.0](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.26.0) (2022-06-30)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-a11y-content
@@ -56,7 +56,8 @@ class PresentationContent extends Component {
56
56
  props = _objectWithoutProperties(_this$props, _excluded);
57
57
 
58
58
  const ElementType = getElementType(PresentationContent, this.props);
59
- return /*#__PURE__*/React.createElement(ElementType, Object.assign({}, passthroughProps(props), {
59
+ return /*#__PURE__*/React.createElement(ElementType // @ts-expect-error TODO: `ref` prop causes: "Expression produces a union type that is too complex to represent.ts(2590)"
60
+ , Object.assign({}, passthroughProps(props), {
60
61
  "aria-hidden": "true",
61
62
  ref: this.handleRef
62
63
  }), children);
@@ -48,7 +48,8 @@ class PresentationContent extends _react.Component {
48
48
  children = _this$props.children,
49
49
  props = (0, _objectWithoutProperties2.default)(_this$props, _excluded);
50
50
  const ElementType = (0, _getElementType.getElementType)(PresentationContent, this.props);
51
- return /*#__PURE__*/_react.default.createElement(ElementType, Object.assign({}, (0, _passthroughProps.passthroughProps)(props), {
51
+ return /*#__PURE__*/_react.default.createElement(ElementType // @ts-expect-error TODO: `ref` prop causes: "Expression produces a union type that is too complex to represent.ts(2590)"
52
+ , Object.assign({}, (0, _passthroughProps.passthroughProps)(props), {
52
53
  "aria-hidden": "true",
53
54
  ref: this.handleRef
54
55
  }), children);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-a11y-content",
3
- "version": "8.26.0",
3
+ "version": "8.26.1-snapshot-2",
4
4
  "description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,20 +24,20 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.26.0",
28
- "@instructure/emotion": "8.26.0",
29
- "@instructure/shared-types": "8.26.0",
30
- "@instructure/ui-dom-utils": "8.26.0",
31
- "@instructure/ui-prop-types": "8.26.0",
32
- "@instructure/ui-react-utils": "8.26.0",
33
- "@instructure/ui-utils": "8.26.0",
34
- "@instructure/uid": "8.26.0",
27
+ "@instructure/console": "8.26.1-snapshot-2",
28
+ "@instructure/emotion": "8.26.1-snapshot-2",
29
+ "@instructure/shared-types": "8.26.1-snapshot-2",
30
+ "@instructure/ui-dom-utils": "8.26.1-snapshot-2",
31
+ "@instructure/ui-prop-types": "8.26.1-snapshot-2",
32
+ "@instructure/ui-react-utils": "8.26.1-snapshot-2",
33
+ "@instructure/ui-utils": "8.26.1-snapshot-2",
34
+ "@instructure/uid": "8.26.1-snapshot-2",
35
35
  "keycode": "^2",
36
36
  "prop-types": "^15"
37
37
  },
38
38
  "devDependencies": {
39
- "@instructure/ui-babel-preset": "8.26.0",
40
- "@instructure/ui-test-utils": "8.26.0"
39
+ "@instructure/ui-babel-preset": "8.26.1-snapshot-2",
40
+ "@instructure/ui-test-utils": "8.26.1-snapshot-2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8 <=17"